diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index 264a444..c445a99 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -138,7 +138,7 @@ export function ProxmoxDashboard() { } else if (currentScrollY > lastScrollY + 20) { // Scrolling down - hide navigation setShowNavigation(false) - } else if (currentScrollY < lastScrollY - 20) { + } else if (currentScrollY < lastScrollY - 18) { // Scrolling up - show navigation setShowNavigation(true) } @@ -316,7 +316,7 @@ export function ProxmoxDashboard() {