From 9db899deec608ccabcd727d76390b6e2b25b7313 Mon Sep 17 00:00:00 2001 From: fn Date: Sun, 11 Oct 2020 17:18:57 +0200 Subject: [PATCH] Fix Scrolling in Firefox Mobile --- client/src/styles.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/styles.module.scss b/client/src/styles.module.scss index 3459db1f..8c8a40fd 100644 --- a/client/src/styles.module.scss +++ b/client/src/styles.module.scss @@ -108,6 +108,8 @@ display: flex; flex-direction: column; height: 100%; + width: 100vw; + overflow: auto; } ::-webkit-scrollbar {