make sure media modal to be above reporting modal
This commit is contained in:
parent
8e1c5841e9
commit
bc41a7b305
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
|||
@import '../../_variables.scss';
|
||||
|
||||
.media-modal-view {
|
||||
z-index: 1001;
|
||||
|
||||
&:hover {
|
||||
.modal-view-button-arrow {
|
||||
opacity: 0.75;
|
||||
|
|
Loading…
Reference in a new issue