You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating this in our project we discovered that the popper is added to different positions of the document.
In previous version (we used 0.28.2) it was added closer to the body, but now it is added near the reference element.
This caused a regression for us that caused the popper to be hidden (when parent has overflow: hidden).
I noticed that Popper allows passing a prop called positionFixed which addresses exactly such an issue.
The same prop would also help solve #1246