From de9e8b145d694bcf585f5fc0b7040b12a757cbbf Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 09:12:32 -0600 Subject: [PATCH] -- --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index da56853..7024083 100644 --- a/static/style.css +++ b/static/style.css @@ -60,6 +60,6 @@ body { } #scroll { - height: 74vh; + height: 73vh; overflow-y: scroll; } -- 2.39.5