Open
Description
https://codesandbox.io/s/practical-kalam-jz2ew?file=/src/Demo.js
open the popper by clicking on the button
- When scrolling (fast) it does not remain in position but jiggles around
- When using "keepMounted" open the popper, close it -> additional white space at bottom of page
- When the height of the content inside the popper increases (i.e. because of a form interaction) the position of the popper is not updated until scrolling. After scrolling it jumps up to accommodate for the new height.