Update proxmox-dashboard.tsx

This commit is contained in:
MacRimi
2025-10-23 22:40:00 +02:00
parent 09da94b2ab
commit d117e666fd

View File

@@ -330,7 +330,7 @@ export function ProxmoxDashboard() {
<div
className={`sticky z-40 bg-background
top-[120px] md:top-[76px]
transition-all duration-600 ease-[cubic-bezier(0.4,0,0.2,1)]
transition-all duration-700 ease-[cubic-bezier(0.4,0,0.2,1)]
${showNavigation
? "translate-y-0 opacity-100"
: "-translate-y-[120%] opacity-0 pointer-events-none"}