Closed bruno-lopes closed 2 months ago
@bruno-lopes cannot reproduce make sure you've got animations enabled https://coreui.io/angular/docs/getting-started/introduction#animations
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
Modals were not showing, only the backdrop. I had to set the following styles to make them show:
.modal { display: none !important; } .modal.show { display: block !important; }
I'm using the following coreui versions:
Before opening:
Bug reports must include: