Change ionic range slider to vertical orientation

I’m using this tutorial:

and have this problem:
https://forum.ionicframework.com/uploads/short-url/14BqSuhr3SYJTSWxJwdYshNLADI.gif

Any idea how to fix it?

You can add ‘-webkit-appearance: slider-vertical;’ to your css on your input (not ion-input) or you can use ‘-webkit-appearance:none; transform: rotate(90deg);’ on the input.