From 333a112ff6bf3341d20cdab61cbb83109df123a7 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 9 Oct 2023 09:05:46 -0400 Subject: cleanup some unneeded things --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style/style.css') diff --git a/style/style.css b/style/style.css index 4ebfcc7..0002a69 100644 --- a/style/style.css +++ b/style/style.css @@ -68,7 +68,7 @@ h1, #header { margin-right: 10px; padding: 10px; float: left; - overflow-y: auto; + overflow: auto; background-color: #1a1a1a; color: #fff; } -- cgit v1.2.1