diff options
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/loading.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/loading.js b/ui/app/loading.js index 606b53dde..b060abebc 100644 --- a/ui/app/loading.js +++ b/ui/app/loading.js @@ -30,6 +30,7 @@ LoadingIndicator.prototype.render = function () { isLoading ? h('div', { style: { + zIndex: 10, position: 'absolute', display: 'flex', justifyContent: 'center', |