We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f2cf1 commit ec92fc3Copy full SHA for ec92fc3
1 file changed
src/layouts/Layout.astro
@@ -97,7 +97,7 @@ import { ClientRouter } from 'astro:transitions';
97
<body class="selection:bg-accent/30 selection:text-white">
98
<div class="fixed top-0 left-0 right-0 z-50 flex justify-center pointer-events-none">
99
<nav
100
- class="nav-blur nav-pill h-16 flex items-center justify-between w-full pointer-events-auto"
+ class="relative nav-blur nav-pill h-16 flex items-center justify-between w-full pointer-events-auto"
101
transition:persist
102
transition:animate="initial"
103
>
0 commit comments