From 29f82b97099aad547789b12e247a4c1c65a01198 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sun, 28 Oct 2018 22:02:05 +1100 Subject: [PATCH] Another attempt to fix the android scaling bug, likely the cause. --- public/components/App.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/components/App.scss b/public/components/App.scss index f7fe3c8..6126a02 100644 --- a/public/components/App.scss +++ b/public/components/App.scss @@ -12,4 +12,6 @@ .c-app { overflow-x: hidden;//Temporary until I find time to find the overflowing element + width: 100vw; + min-height: 100vh; }