From ec2c12100ccb5c53bf5088ea833b2e7f2478503a Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 29 Sep 2024 16:08:27 -0500 Subject: [PATCH] Don't hide overflow anymore --- static/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/style.css b/static/style.css index 4342341..ae3c4fd 100644 --- a/static/style.css +++ b/static/style.css @@ -65,8 +65,6 @@ main:nth-of-type(1), .mainDiv { } body { - overflow-x: hidden; - background-color: rgb(20, 4, 50); background: linear-gradient(rgb(30, 4, 75), black);