optionally smoother alert/notification experience

This commit is contained in:
Tako 2023-05-25 00:50:38 +00:00
parent 5fbcca0bcf
commit c3d3ee947e

View File

@ -1,6 +1,6 @@
<template> <template>
<main> <main>
<BotAlerts /> <BotAlerts style="position: absolute; top: 10px; right: 10px; width: 480px; z-index: 100" />
<router-view /> <router-view />
</main> </main>
</template> </template>