diff --git a/src/figma-make/components/base/select.tsx b/src/figma-make/components/base/select.tsx index 625cf3d7..16725c04 100644 --- a/src/figma-make/components/base/select.tsx +++ b/src/figma-make/components/base/select.tsx @@ -55,7 +55,11 @@ function SelectContent({ children, position = 'popper', ...props -}: React.ComponentProps) { +}: React.ComponentProps & { + onScroll?: React.UIEventHandler; +}) { + const { onScroll, ...restProps } = props; + return ( {children}