Hi! We recently ran into problems with long ion-lists inside ion-popovers. If the popover-trigger button ist not at the most-upper area of the screen, it is not possible to select the lower items of the ion-list.
I created an example stackblitz app: Angular Ionic 6 (forked) - StackBlitz
It is not possible to click “Hello my name is Z” inside the popover that opens if you click the “+” Button for anything lower than item “C” in the page.
Anybody got an idea how to tackle this problem?