From 35eb90356b2cc073d008e44e0ec4841a2c8fd04a Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 22 Aug 2026 06:48:53 +0300 Subject: [PATCH] Bring back CSS var actually in use --- app/components/elements/SelectShell.module.css | 2 ++ 1 file changed, 2 insertions(+) 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);