style: increase z-index of BottomNavigationBar
This commit is contained in:
parent
212a4ac103
commit
dbe7db7160
1 changed files with 1 additions and 1 deletions
|
|
@ -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))',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue