diff options
| author | Paul Buetow <paul@buetow.org> | 2022-10-01 12:13:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-10-01 12:13:09 +0300 |
| commit | afdf0aef83ec4951c922ddbb59be30bc93d0ee32 (patch) | |
| tree | b7cc87cef6104ddd149bcec346b783ce6fd5d3e3 /extras | |
| parent | 11bff2275e102b8ebb4749c2f1e9acaaa9232f9f (diff) | |
fix pre overflow
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/html/style.css | 2 |
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; |
