Browse Source

style: increase z-index of BottomNavigationBar

imwald
codytseng 1 year ago
parent
commit
dbe7db7160
  1. 2
      src/components/BottomNavigationBar/index.tsx

2
src/components/BottomNavigationBar/index.tsx

@ -8,7 +8,7 @@ export default function BottomNavigationBar() { @@ -8,7 +8,7 @@ export default function BottomNavigationBar() {
return (
<div
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={{
height: 'calc(3rem + env(safe-area-inset-bottom))',

Loading…
Cancel
Save