Ensure loading indication is full screen

This commit is contained in:
Dan Finlay 2017-07-27 14:15:56 -07:00
parent 56496f1ea0
commit 9a1cf2a0d4
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ LoadingIndicator.prototype.render = function () {
return (
isLoading ? h('.full-flex-height', {
style: {
left: '0px',
zIndex: 10,
position: 'absolute',
flexDirection: 'column',