diff options
| author | Henry Jameson <me@hjkos.com> | 2022-06-21 00:13:13 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-06-21 00:14:09 +0300 |
| commit | aca8cf64db26e8a883a8099462ce5381c7e330e4 (patch) | |
| tree | 1b6c687fa35636b3cb253621f0528ea46c158636 /src | |
| parent | 01e56a3e10b9d77e2f5a7fa7c13ce3afbed468d4 (diff) | |
move media modal to the topmost layer
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.vue | 2 | ||||
| -rw-r--r-- | src/components/media_modal/media_modal.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/App.vue b/src/App.vue index 5d7bb4e1..741786ec 100644 --- 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 index 8b76aafb..b93d3d84 100644 --- 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, |
