From ccc7693afed1f60a333e47cc9edc2def91164d62 Mon Sep 17 00:00:00 2001 From: a73x Date: Sat, 31 Aug 2024 19:25:45 +0100 Subject: fix(html): code blocks overflow scroll --- public/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/styles.css b/public/static/styles.css index e83dec6..432e497 100644 --- a/public/static/styles.css +++ b/public/static/styles.css @@ -1,5 +1,5 @@ /* Background */ .bg { background-color: #ffffff; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2 } -/* PreWrapper */ .chroma { background-color: #ffffff; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; } +/* PreWrapper */ .chroma { background-color: #ffffff; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; overflow: scroll} /* Error */ .chroma .err { color: #000000 } /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } -- cgit v1.2.3