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',