mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-03 13:47:55 +01:00
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:
@@ -29,7 +29,7 @@ export default defineAppConfig({
|
|||||||
ui: {
|
ui: {
|
||||||
notifications: {
|
notifications: {
|
||||||
// Show toasts at the top right of the screen
|
// Show toasts at the top right of the screen
|
||||||
position: 'top-0 right-0'
|
position: 'top-0 bottom-auto'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user