Skip to content

Commit ac12a9c

Browse files
committed
mobile nav fix
1 parent 22f9357 commit ac12a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const { fixed } = Astro.props;
3232
<header
3333
id="page-header"
3434
data-fixed={fixed ? "1" : "0"}
35-
class={`absolute bottom-0 z-20 flex w-full items-center justify-between border-b border-transparent px-8 py-4 text-white ${
35+
class={`absolute bottom-0 z-30 flex w-full items-center justify-between border-b border-transparent px-8 py-4 text-white ${
3636
fixed ? "fixed-header" : ""
3737
}`}
3838
>

0 commit comments

Comments
 (0)