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
Browser and version: Chromium 62.0.3202.89, but probably others too.
When mounting a modal the getScrollbarWidth function is called. This function however triggers a reflow of the current page. Please make it possible to only call this function when to modal is actually displayed.
The text was updated successfully, but these errors were encountered:
…mount (fixes#1800)
Moves the scroll bar measurement to just before the modal opens, rather than during mount().
Prevents the page from reflowing until modal opens
…mount (fixes#1800) (#2165)
Moves the scroll bar measurement to just before the modal opens, rather than during mount().
Prevents the page from reflowing until modal opens
When mounting a modal the
getScrollbarWidth
function is called. This function however triggers a reflow of the current page. Please make it possible to only call this function when to modal is actually displayed.The text was updated successfully, but these errors were encountered: