mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Select: Fix scroll issue (#21795)
This commit is contained in:
parent
08d330b406
commit
8aed87394d
@ -254,6 +254,7 @@ export function SelectBase<T>({
|
||||
|
||||
return (
|
||||
<ReactSelectComponent
|
||||
captureMenuScroll={false}
|
||||
components={{
|
||||
MenuList: SelectMenu,
|
||||
Group: SelectOptionGroup,
|
||||
|
Loading…
Reference in New Issue
Block a user