From f02b5082a901b20f0cf98cfb9f26c38d2f73ee0c Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sat, 21 Oct 2023 14:07:09 -0400 Subject: [PATCH] Changed overflow from scroll to auto --- static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index f0815f65c..03e8e1e68 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -602,7 +602,7 @@ article header { } p { - overflow: scroll; + overflow: auto; } @-webkit-keyframes nprogress-spinner{ -- GitLab