From 784856532cd6c0ae09544b7dcd19755194fa9200 Mon Sep 17 00:00:00 2001
From: Dan Finlay <dan@danfinlay.com>
Date: Mon, 12 Sep 2016 14:37:17 -0700
Subject: Ensure loading indication covers fox

---
 ui/app/loading.js | 1 +
 1 file changed, 1 insertion(+)

(limited to 'ui/app/loading.js')

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',
-- 
cgit v1.2.3