coreui-free-angular-admin-template
coreui-free-angular-admin-template copied to clipboard
Modal only shows after adding css classes
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:
- Search for duplicate or closed issues
- Validate any HTML to avoid common problems
- Read the contributing guidelines
Bug reports must include:
- Operating system and version (Windows, macOS, Android, iOS): "Linux Mint 21.3"
- Browser and version (Chrome, Firefox, Safari, Microsoft Edge, Opera, Android Browser): Firefox 126.0
- A reduced test case or suggested fix using CodePen or JS Bin
@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