📝 remove sticky
All checks were successful
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Successful in 16s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Successful in 25s
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Successful in 47s

This commit is contained in:
RJ
2025-12-05 16:41:39 +02:00
parent 6adb3a6979
commit bec8b5120f

View File

@@ -35,7 +35,7 @@ export function Navbar() {
return ( return (
<nav <nav
className={`border-b-4 border-slate-700 bg-slate-900 dark:bg-zinc-950 sticky top-0 z-50 ${isVisible ? 'navbar-visible' : 'navbar-hidden'}`} className={`border-b-4 border-slate-700 bg-slate-900 dark:bg-zinc-950 top-0 z-50 ${isVisible ? 'navbar-visible' : 'navbar-hidden'}`}
> >
<div className="max-w-7xl mx-auto px-6 py-4"> <div className="max-w-7xl mx-auto px-6 py-4">
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">