Position
configurationThis setting applies to popup notifications only, i.e. in cases when appendTo is not set.
It determines the position of the first notification on the screen, as well as whether the notifications will move together with the page content during scrolling.
top takes precedence over bottom and left takes precedence over right.
position
Objectposition.bottom
NumberDetermines the pixel position of the first popup notification with regard to the viewport's bottom edge.
Default: 20
position.left
NumberDetermines the pixel position of the first popup notification with regard to the viewport's left edge.
Default: null
position.pinned
BooleanDetermines whether the popup notifications will move together with the other page content during scrolling.
Default: true
position.right
NumberDetermines the pixel position of the first popup notification with regard to the viewport's right edge.
Default: 20
position.top
NumberDetermines the position of the first popup notification with regard to the viewport's top edge. Numeric values are treated as pixels.
Default: null