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
Within a DialogTrigger, the popover will have the `data-trigger="DialogTrigger"` attribute. In addition, 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 trigger button.
461
+
462
+
```css render=false
463
+
.react-aria-Popover[data-trigger=DialogTrigger] {
464
+
width: var(--trigger-width);
465
+
}
466
+
```
467
+
460
468
### OverlayArrow
461
469
462
470
A `OverlayArrow` can be targeted with the `.react-aria-OverlayArrow` CSS selector, or by overriding with a custom `className`. It supports the following states and render props:
0 commit comments