We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 988166d + 9de3441 commit efe1caaCopy full SHA for efe1caa
1 file changed
src/components/Navbar.tsx
@@ -15,7 +15,7 @@ const Navbar: React.FC = () => {
15
const { toggleTheme, mode } = themeContext;
16
17
return (
18
- <nav className="bg-white dark:bg-gray-900 text-black dark:text-white border-b border-gray-100 dark:border-gray-800 transition-colors duration-300">
+ <nav className="sticky top-0 z-50 bg-white dark:bg-gray-900 text-black dark:text-white border-b border-gray-100 dark:border-gray-800 transition-colors duration-300">
19
<div className="container mx-auto px-6 py-4 flex justify-between items-center">
20
{/* Logo Section */}
21
<Link
0 commit comments