slider
slider copied to clipboard
Feature request: marks above slider
I'd like to position the marks above the slider, currently they are below. When the user slides the cursor with a finder on mobile devices, covers the marks label with the hand. So I'd prefer having them above the slider. thank you very much! marco
I also wanted to do this and accomplished it by overriding the margin-top value of the .rc-slider-mark-text. The value will vary based on your font settings but this worked for me:
.rc-slider { .rc-slider-mark { .rc-slider-mark-text { margin-top: -45px; } } }