Skip to content

Commit

Permalink
changed the navabr to absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Apr 10, 2024
1 parent 8798fda commit a6d1113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/BottomNav/BottomNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const BottomNavbar = () => {
return (
<>
{showNav && (
<nav className='sticky bottom-0 z-40 flex h-auto w-full justify-between bg-transparent bg-opacity-0 bg-gradient-to-br from-slate-50/10 p-4 px-8 pb-8 pt-4 backdrop-blur-xl transition-all duration-500 '>
<nav className='absolute bottom-0 z-40 flex h-auto w-full justify-between bg-transparent bg-opacity-0 bg-gradient-to-br from-slate-50/10 p-4 px-8 pb-8 pt-4 backdrop-blur-xl transition-all duration-500 '>
{/* <Link href='/home'>
<Home
className='stroke-muted-foreground'
Expand Down

0 comments on commit a6d1113

Please sign in to comment.