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;