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/App.vue | |
| parent | 01e56a3e10b9d77e2f5a7fa7c13ce3afbed468d4 (diff) | |
move media modal to the topmost layer
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 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" |
