How to put element outside ion-content > .scroll

Any element under ion-content gets wrapped inside scroll class, how can I make some of my element outside scroll class and inside the ion-content, current I had to put scroll=false for ion-content, for scrolling I had to use ion-scroll, which complicate things and I can’t use features like on-scroll-complete on ion-scroll.

Any idea?

With some css you could just place them out side the ion-content.

I know this is old, but I need to do that but scrolling over the button should scroll the content, is another use case, not this one but the same requirement.