about summary refs log tree commit diff
path: root/src/components/Select/index.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Select/index.web.tsx')
-rw-r--r--src/components/Select/index.web.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Select/index.web.tsx b/src/components/Select/index.web.tsx
index a4d3fb80b..cfb401f97 100644
--- a/src/components/Select/index.web.tsx
+++ b/src/components/Select/index.web.tsx
@@ -190,6 +190,7 @@ export function Content<T>({items, renderItem}: ContentProps<T>) {
             a.border,
             t.atoms.border_contrast_low,
             a.rounded_sm,
+            a.overflow_hidden,
           ]}>
           <RadixSelect.ScrollUpButton style={flatten(up)}>
             <ChevronUpIcon style={[t.atoms.text]} size="xs" />