You need to remove overflow: hidden
from .ReactVirtualized__Grid__innerScrollContainer
and its parent .ReactVirtualized__Grid ReactVirtualized__List
>
Additionally a little further up the tree you need to remove overflow-x: auto
(the element's style is: flex: 1 1 0%;min-height: 0px; overflow-x: auto;
).