From 1acce8675ee1f517e7334ef5708f349ad3b55949 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Mon, 6 Dec 2021 20:17:55 -0500 Subject: fix: pre overflow auto --- includes/head.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/head.php b/includes/head.php index 793356c..e874165 100644 --- a/includes/head.php +++ b/includes/head.php @@ -88,7 +88,7 @@ border-radius: var(--box-radius); border-left: var(--box-border); border-right: var(--box-border); - overflow: scroll; + overflow: auto; } .description { -- cgit v1.2.3