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> <noscript>To use Pleroma, please enable JavaScript.</noscript>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
<div id="popovers" />
</body> </body>
</html> </html>

View File

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