aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-16 10:23:25 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-16 10:23:25 -0500
commitb73eba3fed4a816106ef914eb80dc4da61d2efb8 (patch)
treebbaa27ff5e04427a473fbd15c2213e9b8eaa1a1f /docs/style.css
parentf0792e5fd977ca43480b898516abbf7300902c08 (diff)
Fix some slight scrolling issues in error highlight
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index 8928fc26..3b2421ef 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -156,7 +156,7 @@ a.key { text-decoration:none; }
cursor: pointer;
}
.highlight {
- width: 100%; position: absolute; overflow: auto;
+ width: 100%; position: absolute; overflow: hidden;
margin: 0; border: 1px solid transparent;
color: transparent; pointer-events: none;
white-space: pre-wrap; word-wrap: break-word;