It's so easy to reproduce it.
Take a top position fixed element and an element that scrolls inside the page referred to the popper (top placement).
When popper is near the top zone of the page it collides with fixed element (it can be over or below the fixed element for example depending to z-index).
What is the expected behavior?
I want the popper knows that he cannot be in the former top px of the page and when it collides with header its replacement is bottom.
Reproduction demo
Steps to reproduce the problem
It's so easy to reproduce it. Take a top position fixed element and an element that scrolls inside the page referred to the popper (top placement). When popper is near the top zone of the page it collides with fixed element (it can be over or below the fixed element for example depending to z-index).
What is the expected behavior?
I want the popper knows that he cannot be in the former top px of the page and when it collides with header its replacement is bottom.
Packages versions