Fix rendering issue on iOS

iOS sets both window.outerHeight/outerWith to 0, which messes with the
grid dimension calculations.
This commit is contained in:
2019-03-26 22:15:56 -07:00
parent dd784df708
commit f924c4401e
3 changed files with 145 additions and 32 deletions

View File

@@ -25,7 +25,7 @@
"source-map-loader": "^0.2.4",
"typescript": "^3.2.2",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.1.14"
}
}