From f97955ebae0c4110e92db4c6b4535d88210d2809 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 2 Jun 2018 14:58:18 +0100 Subject: [Wiki] Attempt to fix width issues on mobile --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') 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; -- cgit v1.2.3