From e044c59627f7b9c3b1653ae7b6febd9f805e423b Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 23 Oct 2025 21:13:17 +0200 Subject: [PATCH] Update proxmox-dashboard.tsx --- AppImage/components/proxmox-dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index c0eaa16..3864f78 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -319,7 +319,7 @@ export function ProxmoxDashboard() { className={`sticky z-40 bg-background top-[80px] md:top-[92px] /* header + pequeño gap */ transition-transform duration-300 ease-in-out will-change-transform - ${showNavigation ? "translate-y-0 opacity-100" : "-translate-y-[120%] opacity-0 pointer-events-none"} + ${showNavigation ? "translate-y-0 opacity-100" : "-translate-y-[100%] opacity-0 pointer-events-none"} `} >