Closed aeirola closed 6 years ago
The top edge of the thumb is hidden. Also, the thumb doesn't seem to be vertically aligned with the track. See screenshots for comparison with chrome:
Edge 41.16299.371.0:
Chrome 66.0.3359.117:
As a workaround I've added something like this into my styles.
// Fix slider on Edge // input[type=range].slider { height: $size-normal * 1.5; &::-ms-thumb { margin-top: 1px; } }
Can you please check with the large merge including the solution implemented by @ony3000 ?
The top edge of the thumb is hidden. Also, the thumb doesn't seem to be vertically aligned with the track. See screenshots for comparison with chrome:
Edge 41.16299.371.0:
Chrome 66.0.3359.117:
As a workaround I've added something like this into my styles.