move media modal to the topmost layer

This commit is contained in:
Henry Jameson 2022-06-21 00:13:13 +03:00
parent 01e56a3e10
commit aca8cf64db
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
</div>
<div id="notifs-column" class="column -scrollable" :class="{ '-show-scrollbar': showScrollbars }"/>
</div>
<media-modal />
<MediaModal />
<shout-panel
v-if="currentUser && shout && !hideShoutbox"
:floating="true"

View File

@ -121,7 +121,7 @@ $modal-view-button-icon-width: 3em;
$modal-view-button-icon-margin: 0.5em;
.modal-view.media-modal-view {
z-index: 9000;
z-index: 900000;
flex-direction: column;
.modal-view-button-arrow,