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