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
When I open a remodal and there is a scrollbar because the body content is higher than the viewport, remodal applies padding-right: 15px to the body style.
If something happens in that remodal that causes the content to shrink thus removing the need of a scrollbar, remodal or ember-remodal doesn't remove the padding from the body when the remodal closes, causing this:
The text was updated successfully, but these errors were encountered:
When I open a remodal and there is a scrollbar because the body content is higher than the viewport, remodal applies
padding-right: 15px
to thebody
style.If something happens in that remodal that causes the content to shrink thus removing the need of a scrollbar, remodal or ember-remodal doesn't remove the padding from the body when the remodal closes, causing this:
The text was updated successfully, but these errors were encountered: