From 23ed5b510baf17aeba7438c86daeb2da10826efc Mon Sep 17 00:00:00 2001 From: ducoterra Date: Thu, 28 May 2026 16:28:46 -0400 Subject: [PATCH] fix menu fade in and server drive bay overflow --- src/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 7f5fe9a..aeb7e4d 100644 --- a/src/style.css +++ b/src/style.css @@ -370,7 +370,7 @@ body { align-items: center; justify-content: center; position: relative; - overflow: visible; + overflow: hidden; } .server-drive-bay { @@ -1676,6 +1676,9 @@ footer p { .nav-links.active li:nth-child(3) { transition-delay: 0.15s; } .nav-links.active li:nth-child(4) { transition-delay: 0.2s; } .nav-links.active li:nth-child(5) { transition-delay: 0.25s; } + .nav-links.active li:nth-child(6) { transition-delay: 0.3s; } + .nav-links.active li:nth-child(7) { transition-delay: 0.35s; } + .nav-links.active li:nth-child(8) { transition-delay: 0.4s; } .hamburger { display: flex;