Skip to content

Commit

Permalink
closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Jan 23, 2024
1 parent aa0ec55 commit c58ae16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
</script>

<div class="flex justify-center w-full p-4 fixed top-0">
<div class="flex justify-center w-full p-4 fixed top-0 z-[1]">
<nav class="navbar flex-col bg-base-200 max-w-xl rounded-box shadow min-h-0">
<div class="flex justify-between w-full">
<div class="flex items-center gap-2">
Expand Down

0 comments on commit c58ae16

Please sign in to comment.