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 217c282 commit 32493f9Copy full SHA for 32493f9
src/components/common/Navbar.astro
@@ -2,7 +2,7 @@
2
import { FaBars, FaGithub } from "react-icons/fa"
3
---
4
5
-<nav class="bg-blue-500/30 w-[90%] fixed top-5 left-1/2 -translate-x-1/2 backdrop-blur-xl border border-white/10 rounded-full">
+<nav class="bg-blue-500/30 w-[90%] fixed z-10 top-5 left-1/2 -translate-x-1/2 backdrop-blur-xl border border-white/10 rounded-full">
6
<div class="mx-auto max-w-7xl px-2 sm:px-6 lg:px-8">
7
<div class="relative flex h-16 items-center justify-between">
8
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden">
0 commit comments