From 2f7b69675ec4b74635c0e5ee3524cf1d6fedf2bf Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 2 Jun 2018 14:48:12 +0100 Subject: [Wiki] Hide scrollbar on code blocks when not needed --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index b76b2e57..8de4707e 100644 --- a/static/style.css +++ b/static/style.css @@ -244,6 +244,6 @@ textarea.fira-code { border: 1px solid rgba(0, 0, 0, 0.11); } -.code{ - overflow-x: scroll; +.code { + overflow-x: auto; } \ No newline at end of file -- cgit v1.2.3