From 299741296c6ae075d34388162be7e24e628bc36e Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:47:30 -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 62d5500..5e57e41 100644 --- a/static/style.css +++ b/static/style.css @@ -88,6 +88,6 @@ input[type=submit]:hover { } #scroll { - height: 70vh; + height: 60vh; overflow-y: scroll; } -- 2.39.5