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