From afdf0aef83ec4951c922ddbb59be30bc93d0ee32 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 Oct 2022 12:13:09 +0300 Subject: fix pre overflow --- extras/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/html/style.css b/extras/html/style.css index 6c3669c..6fb54af 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -130,7 +130,7 @@ pre { color: #ffffff; font-family: code, monospace; padding: 0; - overflow-x: scroll; + overflow-x: auto; scrollbar-width: none; border-left: 2px solid #9CFF00; padding-left: 12px; -- cgit v1.2.3