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
Just in case someone finds it helpful:
I encountered a similar issue (on all browsers though).
The problem was that the resulting content height was not an integer number but scrollHeight (used somewhere nearby in the plugin for calculating if the block is overflown and scrollbar is needed) was always an integer so height comparison resulted in a wrong conclusion.
I fixed it by setting an item that was responsible for this to an integer height.
@jfcere @teslovych
I'm using "ngx-malihu-scrollbar": "^1.3.1", with
windows 10,
Angular 5
node 10.16.0
Plugins working nicely on firefox and chrome, but it is showing default scrollbar in IE11, even there is less content.
Expect behaviour
It should not show scrollbar untill content height goes larger than div's max-height.
(I Apologize for bad English.)
The text was updated successfully, but these errors were encountered: