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; }