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
With nested modals, when you close upper one, it is make body scrollable again (remove class 'modal-open' from body and inline styles).
When modal it self have a content to scroll, it is impossible to scroll modal for now, and this is the issue.
Hello. May be it can be related with this bug getModalsCount issue
Bug description:
With nested modals, when you close upper one, it is make body scrollable again (remove class 'modal-open' from body and inline styles).
When modal it self have a content to scroll, it is impossible to scroll modal for now, and this is the issue.
Code that reproduces the issue:
Use example from official docs: Nested modals:
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 18.0.2
Angular: 18.2.2
Bootstrap: 4.6.2
Expected behavior
No scroll on body, when there is at least one opened modal exists.
The text was updated successfully, but these errors were encountered: