css zindex fixes
This commit is contained in:
parent
e5f91079c8
commit
1752ffbcaa
|
@ -4,7 +4,7 @@
|
|||
display: none;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 11;
|
||||
z-index: 20;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.vn-popover {
|
||||
display: none;
|
||||
z-index: 10;
|
||||
z-index: 20;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue