From e9e2ab0298ede9b80a19febc12b1438336e2d172 Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:40:05 +1100 Subject: [PATCH] Update base.css --- css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/base.css b/css/base.css index 0779b24..db937f0 100644 --- a/css/base.css +++ b/css/base.css @@ -1,7 +1,7 @@ body { background-color: #FFFFFF; margin: 60px; - overflow: hidden; + overflow: scroll; font-family: monospace; font-size: 16px; font-weight: bold;