mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed image helper zIndex
This commit is contained in:
parent
5d3e598a02
commit
b90b44de2c
3 changed files with 15 additions and 12 deletions
|
@ -3,3 +3,7 @@
|
|||
.attaches {
|
||||
@include outer_shadow();
|
||||
}
|
||||
|
||||
.helper {
|
||||
z-index: 10000 !important;
|
||||
}
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
.helper {
|
||||
opacity: 0.5;
|
||||
z-index: 10 !important;
|
||||
z-index: 10000 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue