diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-08 10:17:23 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-08 10:17:23 +0300 |
| commit | 6109fab14e4dac3a85ffa51ddfcd7e3aaef5149a (patch) | |
| tree | e31a9539981075cfe9913f64d902ef43db23edda /src/App.vue | |
| parent | c71cf72eea0fe8cd8d5af2cd9b5922cce5884cab (diff) | |
cleanup, fix some things, try to disable scrollbars on mobile
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 243a3314..b5f6e7d3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,8 +41,8 @@ <router-view /> </div> <div id="notifs-column" class="column -scrollable" :class="{ '-show-scrollbar': showScrollbars }"/> - <media-modal /> </div> + <media-modal /> <shout-panel v-if="currentUser && shout && !hideShoutbox" :floating="true" |
