From abe8d77fff09e29edd6189788d051bb7d12c0212 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 09:17:08 -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 cef9d7d..a8e1aae 100644 --- a/static/style.css +++ b/static/style.css @@ -59,6 +59,6 @@ body { } #scroll { - height: 72.5vh; + height: 75vh; overflow-y: scroll; } -- 2.39.5