Currently, I am working on an app for win8 platforms and encountered a challenge with the input[type="range"] (sliders). When attempting to move the slider thumb, often the entire background is slid instead of just the slider thumb.
I have tried using the input[type="range"]::-ms-thumb selector, but it appears to only affect the x-axis due to the overflow hiding the y-axis.
Is there any workaround available to increase the size of the thumb?