diff --git a/docs/content/6.overlays/6.notification.md b/docs/content/6.overlays/6.notification.md index bba52687..edbcb2b0 100644 --- a/docs/content/6.overlays/6.notification.md +++ b/docs/content/6.overlays/6.notification.md @@ -29,7 +29,7 @@ export default defineAppConfig({ ui: { notifications: { // Show toasts at the top right of the screen - position: 'top-0 right-0' + position: 'top-0 bottom-auto' } } })