Fix select not scrolling container

This commit is contained in:
Mitchell McCaffrey 2021-06-17 11:16:32 +10:00
parent b1a0ce7668
commit 4e2d14e7ac

View File

@ -67,6 +67,7 @@ function Select({ creatable, ...props }) {
primary25: theme.colors.highlight,
},
})}
captureMenuScroll={false}
{...props}
/>
);