Hide scrollbar Windows platform

Hi,

is there a option to hide the scrollbar without loosing scrolling feature?
The problem only appears on windows platform.

The main view looks like:

<ion-content padding>
    <ion-row>
        <ion-col>
            <form>
            .......many inputs to get scroll 
            </form>
       </ion-col>
  </ion-row>
</ion-content>

best regards