We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f9357 commit ac12a9cCopy full SHA for ac12a9c
src/components/header.astro
@@ -32,7 +32,7 @@ const { fixed } = Astro.props;
32
<header
33
id="page-header"
34
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 ${
+ class={`absolute bottom-0 z-30 flex w-full items-center justify-between border-b border-transparent px-8 py-4 text-white ${
36
fixed ? "fixed-header" : ""
37
}`}
38
>
0 commit comments