update position

This commit is contained in:
2023-04-24 14:41:48 +10:00
parent d3776a8d3f
commit 6a79204204

View File

@@ -20,8 +20,8 @@ const toastStore = useToastStore();
<style lang="scss">
.toast-container {
position: fixed;
top: 3.5rem;
right: 0.75rem;
top: 16px;
right: 16px;
z-index: 3000;
padding: 10px;
overflow: hidden;