hughlomas

Results 3 comments of hughlomas

I've managed to improve the mobile surface area using :before and :after pseudo elements. ```css .input-range__slider-container{ z-index: 1; } .input-range__slider:before{ width: 200%; height: 200%; top: -50%; position: absolute; left: -50%;...

Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/121.0.326606761 Mobile/15E148 Safari/604.1 same problem

Having the same issue with almost exactly the same code. According to the examples it should work just fine.