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
Add z-index theme token and visibility to Popover placementStyle
- Add `--rui-Popover__z-index` token (default: `auto`) so consumers can
control the Popover's stacking context without needing attribute selectors
or class injection.
- Allow `visibility` through `cleanPlacementStyle` so callers can hide the
Popover before its initial position is computed (flash guard).
- Document both additions in README Theming table and placementStyle prop JSDoc.
0 commit comments