diff options
Ensure loading indication is full screen
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/loading.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/loading.js b/ui/app/components/loading.js index 933321983..163792584 100644 --- a/ui/app/components/loading.js +++ b/ui/app/components/loading.js @@ -16,6 +16,7 @@ LoadingIndicator.prototype.render = function () { return ( isLoading ? h('.full-flex-height', { style: { + left: '0px', zIndex: 10, position: 'absolute', flexDirection: 'column', |