Commit 8aed8739 by Tobias Skarhed Committed by GitHub

Select: Fix scroll issue (#21795)

parent 08d330b4
......@@ -254,6 +254,7 @@ export function SelectBase<T>({
return (
<ReactSelectComponent
captureMenuScroll={false}
components={{
MenuList: SelectMenu,
Group: SelectOptionGroup,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment