From 269d5a815201314820c469d865e3910ee8eb8f59 Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 28 Dec 2025 23:11:31 +0100 Subject: [PATCH] set overflow-x to scroll --- objectionable.solutions/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objectionable.solutions/style.css b/objectionable.solutions/style.css index 332484d..6eac44c 100644 --- a/objectionable.solutions/style.css +++ b/objectionable.solutions/style.css @@ -39,7 +39,7 @@ section { } code { - overflow-x: auto; + overflow-x: scroll; } footer {