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 c8a94c8 commit 3403ef9Copy full SHA for 3403ef9
components/Navbar.tsx
@@ -19,7 +19,7 @@ export default function Navbar() {
19
};
20
21
return (
22
- <nav className="bg-gray-100 text-black shadow-lg z-10">
+ <nav className="bg-gray-100 text-black shadow-lg sticky right-0 left-0 z-50">
23
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
24
<div className="flex items-center justify-between h-16">
25
{/* Logo and site name */}
0 commit comments