Fix bug with backgrounds in Chrome on Android

This commit is contained in:
Neil Brommer 2017-12-13 19:49:13 -08:00
parent 6aef3b56db
commit e5c65068ad

View file

@ -1,3 +1,9 @@
html {
/* set these manually to fix background images on chrome mobile */
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;