From e5c65068adbbefefbef732852a923c6b30eb5f43 Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Wed, 13 Dec 2017 19:49:13 -0800 Subject: [PATCH] Fix bug with backgrounds in Chrome on Android --- main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.css b/main.css index 100b77e..169a3b5 100644 --- a/main.css +++ b/main.css @@ -1,3 +1,9 @@ +html { + /* set these manually to fix background images on chrome mobile */ + width: 100%; + height: 100%; +} + body { width: 100%; height: 100%;