css zindex fixes

This commit is contained in:
Juan Ferrer 2019-02-01 13:01:09 +01:00
parent e5f91079c8
commit 1752ffbcaa
4 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,7 @@
display: none;
justify-content: center;
align-items: center;
z-index: 11;
z-index: 20;
position: fixed;
left: 0;
top: 0;

View File

@ -1,6 +1,6 @@
.vn-popover {
display: none;
z-index: 10;
z-index: 20;
position: fixed;
top: 0;
left: 0;

View File

@ -7,7 +7,7 @@ img[zoom-image]{
height: 100%;
position: fixed;
top: 0;
z-index: 11;
z-index: 25;
background-color: rgba(1, 1, 1, 0.6);
& > div {

View File

@ -17,7 +17,7 @@ vn-app {
top: 0;
left: 0;
width: 100%;
z-index: 2;
z-index: 10;
box-shadow: 0 .1em .2em rgba(1, 1, 1, .2);
height: $topbar-height;
padding: .4em;
@ -103,7 +103,7 @@ vn-app {
width: 100%;
height: 100%;
background-color: black;
z-index: 4;
z-index: 14;
opacity: 0;
transition: opacity 200ms ease-out;
}
@ -132,6 +132,7 @@ vn-app {
%side-menu-mobile {
top: 0;
transition: transform 200ms ease-out;
z-index: 15;
&.shown {
transform: translateZ(0) translateX(0);