Skip to content

Commit a6a2ee8

Browse files
committed
Update _range_slider.scss
Signed-off-by: Shahriar Shatil <[email protected]> Signed-off-by: ShatilKhan <[email protected]>
1 parent 6281865 commit a6a2ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form/range/_range_slider.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
// sass-lint:disable-block no-vendor-prefixes
103103
&::-webkit-slider-thumb {
104104
-webkit-appearance: none;
105-
margin-top: calc(calc($ouiRangeTrackBorderWidth * -2 + $ouiRangeTrackHeight) / 2) - calc($ouiRangeThumbHeight / 2);
105+
margin-top: calc(($ouiRangeTrackBorderWidth * -2 + $ouiRangeTrackHeight - $ouiRangeThumbHeight) / 2);
106106
}
107107

108108
&::-ms-thumb {

0 commit comments

Comments
 (0)