ActionOnScrollType

Defines the available actions for how to handle the popup on scroll.

Values

  • hide - The popup position will refresh when any parent container element is scrolled.
  • reposition - The popup will be closed when any parent container element is scrolled.
  • none - The popup will not take any action when any parent container element is scrolled.

On This Page