aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/loading.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/loading.js')
-rw-r--r--ui/app/loading.js1
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',