Popups with long content

Popups with long content

Hello,

I am trying to use popups (not dialogs) with the stable 1.2.0 to show some long content.

There are 2 problems I am looking the answers for:

1. When I am using the default  data-position-to =" origin "the popup appears fine next to the origin, however when I start swiping up and down, the popup changes its position to the center of the screen. I'd like the popup to stay where it opened and doesn't change position when scrolling via a swipe. Is this possible?

2. I am using data-transition="slideup"  and when the popup content is more than what can be visualized on a single screen, the animation positions the popup in such a way that the header is hidden above the current viewport. I'd like when I open the popup, its header to be in the viewport no matter if the content of the popup extends beyond the visible area.

Thanks!