ngx-slider
ngx-slider copied to clipboard
Slider Max Value Label Get Outside Container and Makes Overflow When using rightToLeft
having the following options
value: number = 123;
options: Options = {
floor: 0,
ceil: 250,
rightToLeft: true,
translate: (value: number): string => {
return `Maximun ${value} hours`;
},
};
the max label(ngx-slider-model-value) gets outside the window, and doesn't stop at left:0px
https://ngx-slider-simple-slider-example-vdofzc.stackblitz.io