Skip to content

Commit 9003193

Browse files
fix navbar position
1 parent 3cb1bba commit 9003193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/layout/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function Navbar() {
5050
<>
5151
<SignInDialog />
5252
<div
53-
className={`fixed top-12 w-full ${
53+
className={`fixed top-0 w-full ${
5454
scrolled
5555
? "border-b border-gray-200 bg-white/50 backdrop-blur-xl"
5656
: "bg-white/0"

0 commit comments

Comments
 (0)