Skip to content

Commit ad394d3

Browse files
authored
fix(rangeSlider): handles now support stacking (#1129)
It was already supported in noUiSlider, just we missed the right css class. Since noUiSlider is not really BEM, we cannot use the element modifier() notation.
1 parent 997c0c2 commit ad394d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/default/_range-slider.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,7 @@ $range-slider-handle-bg: $white;
117117
}
118118
}
119119

120+
.ais-range-slider--stacking .ais-range-slider--handle {
121+
z-index: 20;
122+
}
120123
}

0 commit comments

Comments
 (0)