React-bootstrap OverlayTrigger is not positioned correctly while container has overflow: auto
问题 EDIT: Solution found: popperConfig={{ modifiers: { preventOverflow: { boundariesElement: 'offsetParent' } } }} Adding this to OverlayTrigger makes difference. I am leaving question if anyone had same issue. I've got a problem while rendering content using react-bootstrap (v1.0.0-beta.5). I have main container with list of buttons and every button is wrapped with OverlayTrigger ( Tooltip in overlay). As there are many list items whole container must have 'overflow-x: auto' , but it seems to