1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed image helper zIndex

This commit is contained in:
Fedor Katurov 2021-03-01 10:45:20 +07:00
parent 5d3e598a02
commit b90b44de2c
3 changed files with 15 additions and 12 deletions

View file

@ -3,3 +3,7 @@
.attaches {
@include outer_shadow();
}
.helper {
z-index: 10000 !important;
}

View file

@ -2,5 +2,5 @@
.helper {
opacity: 0.5;
z-index: 10 !important;
z-index: 10000 !important;
}