style: increase z-index of BottomNavigationBar

This commit is contained in:
codytseng
2025-02-24 14:18:46 +08:00
parent 212a4ac103
commit dbe7db7160

View File

@@ -8,7 +8,7 @@ export default function BottomNavigationBar() {
return ( return (
<div <div
className={cn( className={cn(
'fixed bottom-0 w-full z-20 bg-background/80 backdrop-blur-xl flex items-center justify-around [&_svg]:size-4 [&_svg]:shrink-0' 'fixed bottom-0 w-full z-40 bg-background/80 backdrop-blur-xl flex items-center justify-around [&_svg]:size-4 [&_svg]:shrink-0'
)} )}
style={{ style={{
height: 'calc(3rem + env(safe-area-inset-bottom))', height: 'calc(3rem + env(safe-area-inset-bottom))',