diff options
| author | a73x <[email protected]> | 2024-08-31 19:25:45 +0100 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-08-31 19:25:45 +0100 |
| commit | ccc7693afed1f60a333e47cc9edc2def91164d62 (patch) | |
| tree | 621045dc6984e3d60903c78aafa132bd18cae2cd /public/static/styles.css | |
| parent | c0894ffd36e87001592f1f839d0970aa21fcef5a (diff) | |
fix(html): code blocks overflow scroll
Diffstat (limited to 'public/static/styles.css')
| -rw-r--r-- | public/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
