Skip to content

Commit 8bd5b65

Browse files
committed
Fix tick position on firefox.
1 parent 9cda63f commit 8bd5b65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/slider/slider.scss

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ md-slider {
5959

6060
.md-slider-ticks-container {
6161
position: absolute;
62+
left: 0;
63+
top: 0;
6264
height: $md-slider-track-thickness;
6365
width: 100%;
6466
overflow: hidden;

0 commit comments

Comments
 (0)