tb / ng2-nouislider

Angular2 noUiSlider directive
http://tb.github.io/ng2-nouislider/
MIT License
185 stars 114 forks source link

ng2-nouislider vertical, direction rtl issue #227

Open Huyjoon1995 opened 3 years ago

Huyjoon1995 commented 3 years ago

Hi how can I set up the high for double ended slider, when I put direction 'rtl' in the config object like below the two handle bar get slapped on top of each other and the connect bar between them disappear, I understand this is due to i dont set up the high for the container for the nouislider component but i dont know how to set it up, any feedback would be appreciate.

anton-nikitsiuk commented 3 years ago

Add this to the top stylesheet like style.scss @import "~nouislider/distribute/nouislider.min.css";

.noUi-vertical { height: 200px; }