slider icon indicating copy to clipboard operation
slider copied to clipboard

Feature request: marks above slider

Open QBGROUP opened this issue 5 years ago • 1 comments

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

QBGROUP avatar Mar 15 '19 11:03 QBGROUP

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; } } }

mideus avatar Nov 23 '20 22:11 mideus