IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.56k stars 508 forks source link

Don't hide min/max text labels #702

Open ocp1000 opened 4 years ago

ocp1000 commented 4 years ago

Hi, I created custom text for the min/max labels and if it's too long / font it too big, when I move the slider handle around it hides the text label. Is there a way to stop hiding it? See below gif which better explain the issue :) Scenario

IonDen commented 4 years ago

Hi, labels are hidden with CSS class. So, you may override it by modifying skin file.

omriossie commented 4 years ago

Can you point me to what I should look for in the CSS file?

IonDen commented 4 years ago

Find this classes: irs-min and irs-max. And force for them: visibility: visible !important;