From f4a9c368f5f2d45d73f3fff9a417afc6e0932a07 Mon Sep 17 00:00:00 2001 From: Itsoon <91259186+Itsoon-xyz@users.noreply.github.com> Date: Sun, 20 Aug 2023 17:44:12 +0200 Subject: [PATCH] overflow-y: auto; --- styles/wiki.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/wiki.css b/styles/wiki.css index 5771e30..24351b4 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -294,7 +294,7 @@ nav { .markdown-content { font-family: "Inter"; - overflow-y: scroll; + overflow-y: auto; color: white; margin: 1em auto 1em auto;