diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index 162676b..8302de8 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -135,7 +135,7 @@ export function ProxmoxDashboard() { if (currentScrollY < 100) { setShowNavigation(true) - } else if (currentScrollY > lastScrollY + 12) { + } else if (currentScrollY > lastScrollY + 10) { // Scrolling down - hide navigation setShowNavigation(false) } else if (currentScrollY < lastScrollY - 14) { @@ -317,7 +317,7 @@ export function ProxmoxDashboard() {