Skip to content

v0.20.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 09:38
· 3 commits to main since this release

Fixed

  • 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)