diff options
author | 2018-06-02 14:58:18 +0100 | |
---|---|---|
committer | 2018-06-02 14:58:18 +0100 | |
commit | f97955ebae0c4110e92db4c6b4535d88210d2809 (patch) | |
tree | e2cd997441e25d9a6703febddbec8c87a490031a /static | |
parent | [Wiki] Hide scrollbar on code blocks when not needed (diff) |
[Wiki] Attempt to fix width issues on mobile
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 8de4707e..a64687ba 100644 --- a/static/style.css +++ b/static/style.css @@ -232,6 +232,10 @@ textarea.fira-code { transition: width ease 1s; } +#wiki-page { + overflow-x: hidden; +} + #wiki-sidebar-button { color: white; height: 3rem; |