From 6916f2af0a680671881824291524fdf1b4abc05f Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 09:12:24 -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 57211e4..da56853 100644 --- a/static/style.css +++ b/static/style.css @@ -60,6 +60,6 @@ body { } #scroll { - height: 75vh; + height: 74vh; overflow-y: scroll; } -- 2.39.5