-
-
Notifications
You must be signed in to change notification settings - Fork 496
ghj #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Indeed, this is a bug. Unfortunately, I don't have a Windows machine to try this on... .rzslider .rz-ticks-values-under .rz-tick-value {
top: initial;
bottom: -32px;
} Could you try to inspect to css rules in IE11 to see if there is a warning? |
Indeed, it must be due to |
The fix seems to replace |
Can I work on this issue? |
Sure ;) |
Fix released under 6.1.2 ;) |
Steps to reproduce
Demo: http://angular-slider.github.io/angularjs-slider/
Expected behaviour
Step numbers should appear below the scale, as displayed in Chrome
Actual behaviour
Step numbers are appearing on top of the scale, step number and selected step numbers are overlapping,
So it is not working properly in Internet Explorer
The text was updated successfully, but these errors were encountered: