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
The large modal opens the modal and the background is greyed out, however also the modal and the close button is greyed out. The button can not be clicked.
Angular 13 and Bootstrap 5
Possible cause:
SB-Admin-BS4-Angular-8 sources it own bootstrap version, which is still on Bootstrap 4
In generell:
The source is not migrated from bs4 to bs5: https://getbootstrap.com/docs/5.2/migration/
E.g. changes of utilities, e.g. Renamed .border-left and .border-right to .border-start and .border-end
The text was updated successfully, but these errors were encountered:
FritzHerbers
changed the title
Bootstrap Component - Modal: locks view
Bootstrap Component - Modal: locks view - in bs5 version bs4 is still used
May 23, 2022
The large modal opens the modal and the background is greyed out, however also the modal and the close button is greyed out. The button can not be clicked.
Possible cause:
ng-bootstrap/ng-bootstrap#4141
In generell:
The source is not migrated from bs4 to bs5: https://getbootstrap.com/docs/5.2/migration/
E.g. changes of utilities, e.g. Renamed .border-left and .border-right to .border-start and .border-end
The text was updated successfully, but these errors were encountered: