Skip to content

Commit

Permalink
changed z to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Apr 13, 2024
1 parent 79f4ee2 commit fa7ed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ui/VaulDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function VaulDrawer({children}) {
onClick={() => dispatch(setSheet(false))}
className='bg-background/40 fixed inset-0'
/>
<Drawer.Content className='from-background to bg-background/80 fixed bottom-0 left-0 right-0 mt-24 flex h-[96%] flex-col rounded-t-[10px] bg-gradient-to-t backdrop-blur-2xl'>
<Drawer.Content className='from-background to bg-background/80 fixed bottom-0 left-0 right-0 z-50 mt-24 flex h-[96%] flex-col rounded-t-[10px] bg-gradient-to-t backdrop-blur-2xl'>

<>
<motion.div
Expand Down

0 comments on commit fa7ed41

Please sign in to comment.