logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: aca8cf64db26e8a883a8099462ce5381c7e330e4
parent 01e56a3e10b9d77e2f5a7fa7c13ce3afbed468d4
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 21 Jun 2022 00:13:13 +0300

move media modal to the topmost layer

Diffstat:

Msrc/App.vue2+-
Msrc/components/media_modal/media_modal.vue2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue @@ -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" diff --git a/src/components/media_modal/media_modal.vue b/src/components/media_modal/media_modal.vue @@ -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,