Fix bug with backgrounds in Chrome on Android
This commit is contained in:
parent
6aef3b56db
commit
e5c65068ad
1 changed files with 6 additions and 0 deletions
6
main.css
6
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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue