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>
<main>
<BotAlerts />
<BotAlerts style="position: absolute; top: 10px; right: 10px; width: 480px; z-index: 100" />
<router-view />
</main>
</template>