Changed Toast Position to Bottom Right

This commit is contained in:
2024-06-10 19:26:04 +02:00
parent bc24f49476
commit de70c4ca80
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ export default defineAppConfig({
},
notifications: {
// Show toasts at the top right of the screen
position: 'top-0 bottom-auto'
position: 'top-0'
},
icons: {
/*dark: 'i-ph-moon-duotone',