Fix dropdown panel in viewer toolbar because of z-index (#3472)

This commit is contained in:
Popovics András
2018-06-12 16:58:13 +01:00
committed by Eugenio Romano
parent eda43aa9ae
commit 9221d1d0d0
2 changed files with 97 additions and 101 deletions

View File

@@ -1,7 +1,7 @@
router-outlet[name="overlay"] + * {
width: 100%;
height: 100%;
z-index: 999999;
z-index: 999;
position: absolute;
top: 0;
right: 0;