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
@@ -425,11 +431,11 @@ A [Button](Button.html) can be targeted with the `.react-aria-Button` CSS select
425
431
426
432
The [Popover](Popover.html) component can be targeted with the `.react-aria-Popover` CSS selector, or by overriding with a custom `className`. Note that it renders in a [React Portal](https://reactjs.org/docs/portals.html), so it will not appear as a descendant of the ComboBox in the DOM.
427
433
428
-
The `--combobox-width` CSS custom property will be set on the popover, which you can use to make the popover match the width of the combobox.
434
+
The `--trigger-width` CSS custom property will be set on the popover, which you can use to make the popover match the width of the combobox.
0 commit comments