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
Select and Tooltip popups no longer paint behind host chrome. Base UI positions them in a position: fixed wrapper with z-index: auto, so an <AdminRoot> embedded in a page whose own elements carry a positive z-index hid its own dropdowns. Both positioners now carry a .popup-layer class: z-index: var(--z-popup, 1000). Declare --z-popup on .admin-root or any ancestor to slot popups into a host's own stacking scale. (both)