coreui-free-angular-admin-template icon indicating copy to clipboard operation
coreui-free-angular-admin-template copied to clipboard

Modal only shows after adding css classes

Open bruno-lopes opened this issue 1 year ago • 1 comments

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:

  • 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 avatar May 17 '24 20:05 bruno-lopes

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

xidedix avatar May 21 '24 15:05 xidedix

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

github-actions[bot] avatar Jul 28 '24 23:07 github-actions[bot]