My Ionic application includes a range component. When the pin attribute is set to true in the HTML, a pin displaying an integer value appears on top of the knob when pressed, as shown in the image below:
<ion-range min="-200" max="200" [(ngModel)]="saturation" color="secondary" pin="true">
https://i.sstatic.net/hPK6E.gif
Is there a way to make the pin appear below the knob instead? I have explored the available Sass variables but did not find any suitable options.