From 32bc7192fba5183cb46ccb57ac508f606c181aad Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:24:22 +0300 Subject: [PATCH] Fix Safari select styling --- app/components/elements/Select.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/elements/Select.module.css b/app/components/elements/Select.module.css index 1df1ffcc6..ec18aaf5c 100644 --- a/app/components/elements/Select.module.css +++ b/app/components/elements/Select.module.css @@ -104,7 +104,7 @@ .listBox { overflow: auto; - flex: 1; + flex: 1 1 auto; outline: none; }