style: increase z-index of BottomNavigationBar
This commit is contained in:
@@ -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))',
|
||||||
|
|||||||
Reference in New Issue
Block a user