Remodal
Remodal copied to clipboard
body right padding not properly managed
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: