You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. PopupButton uses VOverlay to display content, and VOverlays sets z-index to 2000 by default.
This becomes a problem when PopupButton is used with setClosePopupOnOutsideClick(true), because new opened windows are always behind the opened popup. It not follow the current windows z-index.
Its possible to make the popup overlay to track current opened windows to fix z-index as windows does?
The text was updated successfully, but these errors were encountered:
Hi. PopupButton uses VOverlay to display content, and VOverlays sets z-index to 2000 by default.
This becomes a problem when PopupButton is used with setClosePopupOnOutsideClick(true), because new opened windows are always behind the opened popup. It not follow the current windows z-index.
Its possible to make the popup overlay to track current opened windows to fix z-index as windows does?
The text was updated successfully, but these errors were encountered: