summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-10-01 12:13:09 +0300
committerPaul Buetow <paul@buetow.org>2022-10-01 12:13:09 +0300
commitafdf0aef83ec4951c922ddbb59be30bc93d0ee32 (patch)
treeb7cc87cef6104ddd149bcec346b783ce6fd5d3e3 /extras
parent11bff2275e102b8ebb4749c2f1e9acaaa9232f9f (diff)
fix pre overflow
Diffstat (limited to 'extras')
-rw-r--r--extras/html/style.css2
1 files changed, 1 insertions, 1 deletions
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;