From b61725cd72239c1c03a21bdbe6b3ec31db77dcc5 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Tue, 7 Jan 2020 08:54:27 -0500 Subject: Use 'auto' for 'overflow-x' instead of 'scroll'. --- haunt/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 6cd9656..7685be1 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -203,7 +203,7 @@ pre { background-color: #303539; border-radius: 4px; padding: 1rem; - overflow-x: scroll; + overflow-x: auto; } /* Footer. */ -- cgit v1.3