moved popovers space outside app because otherwise it causes weird

issues A LOT
This commit is contained in:
Henry Jameson 2022-10-09 23:01:49 +03:00
parent 4631b1b9f7
commit 3dd9f6f68c
2 changed files with 1 additions and 1 deletions

View File

@ -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>

View File

@ -73,7 +73,6 @@
<UpdateNotification />
<div id="modal" />
<GlobalNoticeList />
<div id="popovers" />
</div>
</template>