Closed
Description
When it's present on the item of the page (and too far on the right) and the width of the screen is too small, the popup breaks the page flow:
And when you scroll to see the popup content:
The best way to handle this would be to position it to the left instead of the right of the i
depending of its width and i
position, but I don't see a way to do it just using CSS. We also can't simply put it on the left by default because we might have the same issue but on the other side.
cc @Manishearth