Elements on top of Google Map scroll bug

Hello,

I have implemented Google Maps Native in my ionic2 app and I would like to fix this scrolling problem.

I have html elements that are positioned on top of the map through an absolute position, is there a way to add css properties so that this scroll doesn’t happen when on top of any overlaying elements ?

Thank you very much !

This is correct behavior, not bug of the maps plugin.
Because if the map is just div, you can also scroll the pages when you drag from on the input element.