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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: