docs: update ui.notifications position configuration (#788)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Clayton Chew <30117799+claytonchew@users.noreply.github.com>
This commit is contained in:
Clayton Chew
2023-10-07 00:27:37 +08:00
committed by GitHub
parent 3b8e014449
commit cf93d968af

View File

@@ -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'
}
}
})