Skip to content

Commit 32493f9

Browse files
fix: add z-index to Navbar component
1 parent 217c282 commit 32493f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Navbar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { FaBars, FaGithub } from "react-icons/fa"
33
---
44

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">
5+
<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">
66
<div class="mx-auto max-w-7xl px-2 sm:px-6 lg:px-8">
77
<div class="relative flex h-16 items-center justify-between">
88
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden">

0 commit comments

Comments
 (0)