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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
When launching the modal component the page to jump 15px to the left when a modal is opened.
Bootstrap v3.3 introduced additional JavaScript to overcome the flicker effect that occurs when a modal is rendered over a long page with a vertical scrollbar (see: twbs/bootstrap#9855). Bootstrap solves this problem by adding extra padding (equal to the width of the vertical scrollbar) to the body element when the modal opens.
AngularUI Modal's JavaScript doesn't yet appear to mimic this behavior.
The text was updated successfully, but these errors were encountered:
When launching the modal component the page to jump 15px to the left when a modal is opened.
Bootstrap v3.3 introduced additional JavaScript to overcome the flicker effect that occurs when a modal is rendered over a long page with a vertical scrollbar (see: twbs/bootstrap#9855). Bootstrap solves this problem by adding extra padding (equal to the width of the vertical scrollbar) to the body element when the modal opens.
AngularUI Modal's JavaScript doesn't yet appear to mimic this behavior.
The text was updated successfully, but these errors were encountered: