Skip to content

Commit

Permalink
update: blur div z index
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavvraja committed Nov 28, 2024
1 parent 398f7ce commit a96a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Home() {

return (
<>
<div className="fixed top-0 w-full h-[80px] z-50 overflow-x-hidden backdrop-blur-md head-5 bg-black/5" />
<div className="fixed top-0 w-full h-[80px] z-40 overflow-x-hidden backdrop-blur-md head-5 bg-black/5" />

<Nav />
<div className="z-20 relative pt-20 overflow-x-clip 1">
Expand Down

0 comments on commit a96a462

Please sign in to comment.