Skip to content

Commit 3403ef9

Browse files
committed
Fix navbar
1 parent c8a94c8 commit 3403ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Navbar() {
1919
};
2020

2121
return (
22-
<nav className="bg-gray-100 text-black shadow-lg z-10">
22+
<nav className="bg-gray-100 text-black shadow-lg sticky right-0 left-0 z-50">
2323
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
2424
<div className="flex items-center justify-between h-16">
2525
{/* Logo and site name */}

0 commit comments

Comments
 (0)