Add z-index to tabbar for proper stacking context (#364)

This commit is contained in:
Nɪxᴜs
2025-12-02 13:40:36 +08:00
committed by GitHub
parent ca80a6fab8
commit a7b11bfe1d

View File

@@ -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;
}