From ebb29ad04bc984d394904fc71ad4d877103001e7 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 23 Oct 2025 20:29:39 +0200 Subject: [PATCH] Update proxmox-dashboard.tsx --- AppImage/components/proxmox-dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {