From 379062d92d72fe7e8b5c38cdcea1b3d8e47372d1 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 30 Dec 2024 09:30:38 -0800 Subject: [PATCH] Fix: Removed excess bottom padding from side navigation panel to prevent oveflow --- Theme/ElegantFin-theme-nightly.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 1561964..5495d3a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -548,6 +548,10 @@ progress+span { backdrop-filter: blur(8px); } +.mainDrawer-scrollContainer { + padding-bottom: 5vh; +} + .detailButton { border-radius: var(--smallRadius); border: solid var(--lighterBorderColor) var(--borderWidth);