From c6e6558d374ed8104082817c30468625a8182f6e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 11 Oct 2020 16:51:15 -0400 Subject: Don't scroll REPL result boxes --- docs/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/style.css') 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; -- cgit v1.2.3