diff options
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; |