aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-09-20 02:22:39 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-09-20 02:33:16 +0800
commitfbf14cd130c6f7f73697fad28730da485cb7c946 (patch)
treee276cc370096a45a289b71968853ceb582072ede /ui/app/css
parent4c376695573ea2372e25b1a14ed31edb5f613d2d (diff)
downloadtangerine-wallet-browser-fbf14cd130c6f7f73697fad28730da485cb7c946.tar
tangerine-wallet-browser-fbf14cd130c6f7f73697fad28730da485cb7c946.tar.gz
tangerine-wallet-browser-fbf14cd130c6f7f73697fad28730da485cb7c946.tar.bz2
tangerine-wallet-browser-fbf14cd130c6f7f73697fad28730da485cb7c946.tar.lz
tangerine-wallet-browser-fbf14cd130c6f7f73697fad28730da485cb7c946.tar.xz
tangerine-wallet-browser-fbf14cd130c6f7f73697fad28730da485cb7c946.tar.zst
tangerine-wallet-browser-fbf14cd130c6f7f73697fad28730da485cb7c946.zip
Prevent loading screen from overlaying the app bar
Refs #4417 This change is functional copy of 3893469 that solves the problem in a way that doesn't depend on the height of the app bar since the app bar isn't a fixed height in the smaller views.
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/itcss/components/loading-overlay.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/css/itcss/components/loading-overlay.scss b/ui/app/css/itcss/components/loading-overlay.scss
index 38627af17..17f12ab73 100644
--- a/ui/app/css/itcss/components/loading-overlay.scss
+++ b/ui/app/css/itcss/components/loading-overlay.scss
@@ -1,6 +1,6 @@
.loading-overlay {
left: 0;
- z-index: 50;
+ z-index: 256;
position: absolute;
flex-direction: column;
display: flex;