diff options
-rw-r--r-- | src/components/Select/index.web.tsx | 1 |
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" /> |