Update notification service

This commit is contained in:
MacRimi
2026-03-12 19:40:13 +01:00
parent 2b5c9c2d61
commit c5e4774b29
2 changed files with 9 additions and 3 deletions

View File

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