diff --git a/app/components/elements/SelectShell.module.css b/app/components/elements/SelectShell.module.css index 8550c67cc..104d1a5b6 100644 --- a/app/components/elements/SelectShell.module.css +++ b/app/components/elements/SelectShell.module.css @@ -35,6 +35,8 @@ .popover { padding: var(--s-1); + /* set by React Aria's Popover at runtime, matching the trigger's width */ + width: var(--trigger-width); border: var(--border-style); border-radius: var(--radius-box); background-color: var(--color-bg);