darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
144 stars 63 forks source link

Vertical sliders in Firefox and IE not rendering slider bar #109

Closed 1619digital closed 9 years ago

1619digital commented 9 years ago

Hi, you can check this easily on your demo page.

The fix is very easy: ensure that the td which contains the slider has a height of 100% -

.jslider.sliderCSS.vertical td { height: 100%;}

darul75 commented 9 years ago

hi thank I fix it soon