Input range control improvements
zemian opened this issue · 2 comments
zemian commented
MacFJA commented
As a quick and temporary fix you can add this:
<style>
input[type=range] { padding-inline: 0 !important; }
input[type=range]:focus { box-shadow: none !important }
</style>
Spiderpig86 commented
Has been resolved with the commit mentioned above