How can we make a verticle range silder in ionic?
Clash Royale CLAN TAG #URR8PPP How can we make a verticle range silder in ionic? I have been trying to make a vertical range slider in ionic and tried to use ion-range. As it is good until it is horizontal but when we tried to make it verticle it does not work. I have tried to make it by HTML input tag it is working fine, but not able to apply any CSS classes. The code for HTML is as follows, <ion-content padding> <ion-scroll scrollY="true"> <div class="timeline"> <div class="cashback-date" [style.padding-top.px]="paddingTop+(sliderValue*50)"> {{date}} </div> <div class="range"> <!-- <div class="range-track" [style.height.px]="cashbackArray.length*50"></div> <div class="range-handle"></div> --> <input class="input-range" [style.height.px]="cashbackArray.length*50" type=...