From 5bfbb7c6f161571413692a7dc06bbd30afc18f7e Mon Sep 17 00:00:00 2001 From: ztimson Date: Sat, 24 Aug 2019 10:40:49 -0400 Subject: [PATCH] Fixed chrome hiding the toolbar on chrome mobile --- src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index ffac5d9..4783a03 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -6,7 +6,7 @@ } html, body { - height: 100%; + height: 100vh; overflow: hidden; } body {