I wonder if it's possible to change the tick size of noUiSlider? I would like to reduce the height/length of the ticks but I can't find CSS selector of it. Thank you
I figured out the CSS selector for the property of tick size. The CSS code below works for my horizontal noUislider.
.noUi-marker-horizontal.noUi-marker-large {
height: 10px;
}