fix backdrop z-index

This commit is contained in:
Mads Rasmussen
2018-04-05 14:37:13 +02:00
parent d09d50e013
commit 892eb56a2d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
height: 100%;
width: 100%;
position: fixed;
z-index: 9999;
z-index: @zindexOverlayBackdrop;
top: 0;
left: 0;
pointer-events: none;

View File

@@ -4,7 +4,7 @@
height: 100%;
background-color: rgba(255, 255, 255, 0.50);
z-index: @zindexOverlayBackdrop;
top: 0;
top: @appHeaderHeight;
left: 0;
animation: fadeIn 0.2s;
}