Skip to content

Commit ec92fc3

Browse files
committed
Fix header navbar hamburger icon click
1 parent 51f2cf1 commit ec92fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ import { ClientRouter } from 'astro:transitions';
9797
<body class="selection:bg-accent/30 selection:text-white">
9898
<div class="fixed top-0 left-0 right-0 z-50 flex justify-center pointer-events-none">
9999
<nav
100-
class="nav-blur nav-pill h-16 flex items-center justify-between w-full pointer-events-auto"
100+
class="relative nav-blur nav-pill h-16 flex items-center justify-between w-full pointer-events-auto"
101101
transition:persist
102102
transition:animate="initial"
103103
>

0 commit comments

Comments
 (0)