aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/App.vue b/src/App.vue
index eb65b548..bee98751 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,11 +1,11 @@
<template>
<div
- id="app"
- :style="bgStyle"
+ id="app-loaded"
>
<div
id="app_bg_wrapper"
class="app-bg-wrapper"
+ :style="bgStyle"
/>
<MobileNav v-if="isMobileLayout" />
<DesktopNav v-else />
@@ -59,7 +59,7 @@
<UserReportingModal />
<PostStatusModal />
<SettingsModal />
- <portal-target name="modal" />
+ <div id="modal" />
<GlobalNoticeList />
</div>
</template>