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
document.body.style.paddingRight should accept a string but originalBodyPadding is number, so paddingRight will keep its value as is. And the padding continue to expand each time I open a modal.
In my case, this is so weird that this issue was not happen util today.
The text was updated successfully, but these errors were encountered:
I notice that at this line
ngx-bootstrap/src/modal/modal.directive.ts
Line 420 in a1a54df
document.body.style.paddingRight
should accept a string butoriginalBodyPadding
is number, so paddingRight will keep its value as is. And the padding continue to expand each time I open a modal.In my case, this is so weird that this issue was not happen util today.
The text was updated successfully, but these errors were encountered: