From a7b11bfe1d36568b783b4d076dc4e111be1f45ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C9=AAx=E1=B4=9Cs?= Date: Tue, 2 Dec 2025 13:40:36 +0800 Subject: [PATCH] Add z-index to tabbar for proper stacking context (#364) --- src/tabbar/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tabbar/index.vue b/src/tabbar/index.vue index e66de29..20f2f10 100644 --- a/src/tabbar/index.vue +++ b/src/tabbar/index.vue @@ -145,7 +145,8 @@ function getImageByIndex(index: number, item: CustomTabBarItem) { bottom: 0; left: 0; right: 0; - + z-index: 1000; + border-top: 1px solid #eee; box-sizing: border-box; }