aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-10-09 23:01:49 +0300
committerHenry Jameson <me@hjkos.com>2022-10-09 23:01:49 +0300
commit3dd9f6f68ce5625018a711ca78aa5a2a31441433 (patch)
tree7b8d2f7393b03593a9feeb974dd99d1b0a69babd
parent4631b1b9f7e7813cab65e0d0705cd1e265f23393 (diff)
moved popovers space outside app because otherwise it causes weird
issues A LOT
-rw-r--r--index.html1
-rw-r--r--src/App.vue1
2 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index ba072eda..4af84a59 100644
--- a/index.html
+++ b/index.html
@@ -10,5 +10,6 @@
<noscript>To use Pleroma, please enable JavaScript.</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
+ <div id="popovers" />
</body>
</html>
diff --git a/src/App.vue b/src/App.vue
index e0d709f7..060fa70a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -73,7 +73,6 @@
<UpdateNotification />
<div id="modal" />
<GlobalNoticeList />
- <div id="popovers" />
</div>
</template>