The parentElement I'm using has overflow: visible which seems to prevent popover from detecting it is off the right hand edge of the screen in order to reposition itself. But setting boundaryElement to the container causes the popover to no longer position next to the parent. Am I using it wrong?
The parentElement I'm using has
overflow: visiblewhich seems to prevent popover from detecting it is off the right hand edge of the screen in order to reposition itself. But settingboundaryElementto the container causes the popover to no longer position next to the parent. Am I using it wrong?