iominh / ng-scrollbars

Angular wrapper of Malihu's jQuery Custom Scrollbar
http://iominh.github.io/ng-scrollbars/
MIT License
202 stars 62 forks source link

Scrollbar disappears on controlling with TAB | IE Edge #70

Open Azkaaa opened 7 years ago

Azkaaa commented 7 years ago

I have configured scrollbar with following configuration. On controlling with tab the scrollbar disappears and comes back again if I press tab again. This appears on IE edge only. $scope.configScrollBar = { autoHideScrollbar: false, theme: 'rounded-dots-dark', axis: 'y', setHeight: '82', scrollButtons: { scrollAmount: 82, scrollType: "stepped" }, keyboard: { enable: true }, mouseWheel: { enable: false }, advanced: { updateOnContentResize: true }, }