Pips are disappearing #141
-
Hi, It is bug or not, I am not sure. I am using Vanilla JS version. The issue is when I set range: true. The pips are disappearing but it seems like it is there. To clarify, please check the screen shot. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The solution was awaiting my question 👍 , I have added .rangeSlider overflow: visible and the pips are back.
|
Beta Was this translation helpful? Give feedback.
-
By the way, thanks for using discussion and not opening an issue! ;D And I have one question; |
Beta Was this translation helpful? Give feedback.
The solution was awaiting my question 👍 , I have added .rangeSlider overflow: visible and the pips are back.
.rangeSlider { overflow: visible; }