diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-09-13 05:37:17 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-09-13 05:37:17 +0800 |
commit | 784856532cd6c0ae09544b7dcd19755194fa9200 (patch) | |
tree | 99dbe79184eab3e2816e64a05ca19ad0b58cea9f | |
parent | 02b57adbf1c96df87f5a9ca77793eef71b45348e (diff) | |
download | tangerine-wallet-browser-784856532cd6c0ae09544b7dcd19755194fa9200.tar tangerine-wallet-browser-784856532cd6c0ae09544b7dcd19755194fa9200.tar.gz tangerine-wallet-browser-784856532cd6c0ae09544b7dcd19755194fa9200.tar.bz2 tangerine-wallet-browser-784856532cd6c0ae09544b7dcd19755194fa9200.tar.lz tangerine-wallet-browser-784856532cd6c0ae09544b7dcd19755194fa9200.tar.xz tangerine-wallet-browser-784856532cd6c0ae09544b7dcd19755194fa9200.tar.zst tangerine-wallet-browser-784856532cd6c0ae09544b7dcd19755194fa9200.zip |
Ensure loading indication covers fox
-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', |