79446387

Date: 2025-02-17 19:15:39
Score: 1
Natty:
Report link

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;).

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: scrhartley