From ad3af524856a8edb0e40a5e6e1f80c953669fe8e Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Sat, 26 Jan 2019 18:56:47 +0200 Subject: [PATCH] Fixed overflow --- pube.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pube.css b/pube.css index f74bb6e..0b1dffb 100644 --- a/pube.css +++ b/pube.css @@ -1,6 +1,6 @@ body { - background-color: #111111; + background-color: #fff; color: #eeeeee; font-family: Verdana, Geneva, sans-serif; font-size: 0.85em; @@ -20,6 +20,7 @@ body margin-top: 0px; height: 100%; box-shadow: 0px 0px 10px #0d0d0d; + overflow: auto; } .section {