Fix select not scrolling container
This commit is contained in:
parent
b1a0ce7668
commit
4e2d14e7ac
@ -67,6 +67,7 @@ function Select({ creatable, ...props }) {
|
|||||||
primary25: theme.colors.highlight,
|
primary25: theme.colors.highlight,
|
||||||
},
|
},
|
||||||
})}
|
})}
|
||||||
|
captureMenuScroll={false}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user