We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2191f commit 2b2e6a2Copy full SHA for 2b2e6a2
1 file changed
src/components/Navbar.svelte
@@ -1,5 +1,4 @@
1
<script>
2
- import { fade, slide } from "svelte/transition";
3
import Icon from "$components/Icon.svelte";
4
5
const pages = [
@@ -21,7 +20,7 @@
21
20
const menu = [...pages, ...social];
22
</script>
23
24
-<nav class="fixed top-0 left-0 w-dvw animate-down bg-neutral-950 p-4 text-white drop-shadow-lg drop-shadow-black">
+<nav class="fixed top-0 left-0 z-1 w-dvw animate-down bg-neutral-950 p-4 text-white drop-shadow-lg drop-shadow-black">
25
<div class="mx-auto flex w-full max-w-3xl items-center justify-between">
26
<a href="/" class="hover:text-neutral-300">Z11</a>
27
<ul class="flex flex-row gap-4">
0 commit comments