wieringen / tinyscrollbar

A lightweight cross browser javascript scrollbar.
http://baijs.com/tinyscrollbar
Other
398 stars 203 forks source link

Problem with positioning to the bottom #73

Open alosev opened 6 years ago

alosev commented 6 years ago

Hello

The problem is the following. Initialize and positioning $(document).ready(). But sometimes, at the time positioning of the content is not drawn until the end. The result is that the actual size is larger than the calculated and part of the text hangs over the bottom border.

While doing the initialization in $(window).load().

But maybe there is some solution to the problem?