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