diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-11 16:51:15 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-11 16:51:15 -0400 |
| commit | c6e6558d374ed8104082817c30468625a8182f6e (patch) | |
| tree | fb88403daa1e1184aee6f988852b70e57f0cc7c3 /docs/style.css | |
| parent | f16f64641a758a4248e77bb1b8e247710a7aaf08 (diff) | |
Don't scroll REPL result boxes
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css index 47d82314..4e208c47 100644 --- a/docs/style.css +++ b/docs/style.css @@ -69,7 +69,7 @@ pre { pre, textarea { padding: 0.8em; } textarea { width: 100%; outline: none; resize: vertical; margin: 0; } .cont { margin: 1.3em 0; } -.rslt { background: none; border-top: none; margin: 0; } +.rslt { background: none; border-top: none; margin: 0; overflow-x: initial; } .rslt.err { color: #d11; } .kb { line-height: 1.5; |
