diff options
| author | taehoon <th.dev91@gmail.com> | 2019-05-05 13:48:25 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-05 13:48:25 -0400 |
| commit | bc41a7b305088b2378e57d0ed1fce9fad7e6a25c (patch) | |
| tree | 0308f44248a1bab7bad728284a41e115c29e8fa0 | |
| parent | 8e1c5841e98094c9801f3dc378195af9e3541493 (diff) | |
make sure media modal to be above reporting modal
| -rw-r--r-- | src/components/media_modal/media_modal.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/media_modal/media_modal.vue b/src/components/media_modal/media_modal.vue index 7f666603..a4c12d74 100644 --- a/src/components/media_modal/media_modal.vue +++ b/src/components/media_modal/media_modal.vue @@ -33,6 +33,8 @@ @import '../../_variables.scss'; .media-modal-view { + z-index: 1001; + &:hover { .modal-view-button-arrow { opacity: 0.75; |
