coreui / coreui-free-angular-admin-template

CoreUI Angular is free Angular 18 admin template based on Bootstrap 5
https://coreui.io/product/free-angular-admin-template/
MIT License
1.71k stars 1.21k forks source link

Modal only shows after adding css classes #266

Closed bruno-lopes closed 2 months ago

bruno-lopes commented 5 months ago

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:

"@coreui/angular": "^5.1.0",
"@coreui/angular-chartjs": "~5.0.0",
"@coreui/chartjs": "~4.0.0",
"@coreui/icons": "^3.0.1",
"@coreui/icons-angular": "^5.0.0",
"@coreui/utils": "^2.0.2",

Before opening:

Bug reports must include:

xidedix commented 5 months ago

@bruno-lopes cannot reproduce make sure you've got animations enabled https://coreui.io/angular/docs/getting-started/introduction#animations

github-actions[bot] commented 3 months ago

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