This commit is contained in:
2023-04-18 12:08:02 +10:00
parent 4442c6c625
commit e0300148cf

View File

@@ -1,5 +1,5 @@
<template>
<div class="sm-toast-container">
<div class="toast-container">
<SMToast
v-for="toast of toastStore.toasts"
:id="toast.id"
@@ -18,7 +18,7 @@ const toastStore = useToastStore();
</script>
<style lang="scss">
.sm-toast-container {
.toast-container {
position: fixed;
top: 3.5rem;
right: 0.75rem;