You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug
A bug I stumbled into is that the slider breaks (displays wrong) if the ngx-slider element or any of it's parents contain a CSS scaling transform rule (Eg : transform : scale(N) ; ).
Steps to replicate:
Create a parent to contain your slider and set the CSS rule transform:scale(2);.
Bug
A bug I stumbled into is that the slider breaks (displays wrong) if the ngx-slider element or any of it's parents contain a CSS scaling transform rule (Eg :
transform : scale(N) ;
).Steps to replicate:
Reproduction: https://codesandbox.io/s/cool-darkness-tkbp0k?file=/src/app/app.component.html
The text was updated successfully, but these errors were encountered: