Merge branch '523' into 'develop'
Make sure media modal to be on top of reporting modal Closes #523 See merge request pleroma/pleroma-fe!782
This commit is contained in:
commit
4819009d21
|
@ -33,6 +33,8 @@
|
|||
@import '../../_variables.scss';
|
||||
|
||||
.media-modal-view {
|
||||
z-index: 1001;
|
||||
|
||||
&:hover {
|
||||
.modal-view-button-arrow {
|
||||
opacity: 0.75;
|
||||
|
|
Loading…
Reference in New Issue