diff options
author | 2018-06-02 14:48:12 +0100 | |
---|---|---|
committer | 2018-06-02 14:48:12 +0100 | |
commit | 2f7b69675ec4b74635c0e5ee3524cf1d6fedf2bf (patch) | |
tree | 2f47b068e79e92090705ec2957fb60f04b25b6d0 /static | |
parent | [Wiki] Attempt to fix page views on mobile (diff) |
[Wiki] Hide scrollbar on code blocks when not needed
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 |