From b73eba3fed4a816106ef914eb80dc4da61d2efb8 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 16 Feb 2022 10:23:25 -0500 Subject: Fix some slight scrolling issues in error highlight --- 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 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; -- cgit v1.2.3