From c99f6480faa1f93f880cb1c19953854ffbdf620c Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Sun, 15 Sep 2024 11:47:41 +0800 Subject: [PATCH] fix visual issue --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index d38e83c..5026172 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,8 @@ body { background-color: #2b2b2b; color: #ffffff; + overflow-x: hidden; + overflow-y: scroll; } .container { text-align: center;