From af72980d6bcd11cc0606f52bd657bc2c48e2add3 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 19 Jun 2023 01:04:45 -0700 Subject: [PATCH] Add max-height to Select --- components/common/Select/index.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/common/Select/index.scss b/components/common/Select/index.scss index ddf1fade..4d040c41 100644 --- a/components/common/Select/index.scss +++ b/components/common/Select/index.scss @@ -78,8 +78,10 @@ border: 1px solid rgba(0, 0, 0, 0.24); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); padding: 0 $unit; - z-index: 40; min-width: var(--radix-select-trigger-width); + max-height: 40vh; + z-index: 40; + .Scroll.Up, .Scroll.Down { padding: $unit 0;