From d933723fced9e05e6448d6fc6a7db2419f587b14 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Sun, 8 Jun 2025 18:50:54 +0100 Subject: [PATCH] Fix scrollbars --- src/static/style/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index fb9474d..1f07dc1 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -218,7 +218,7 @@ label{ } pre{ - overflow: scroll; + overflow-x: auto; background-color: #36332f; padding: 10px; } \ No newline at end of file