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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user