shlomiassaf / ngx-modialog

Modal / Dialog for Angular
http://shlomiassaf.github.io/ngx-modialog
MIT License
686 stars 241 forks source link

How to remove fade-in/fade-out/black background around the bootstrap modal? #408

Closed celestale closed 3 years ago

celestale commented 6 years ago

Great work @shlomiassaf.

An interesting thought is how can I remove the fade-in/fade-out animation from the bootstrap modal and the black bg as well?

ashfaqch commented 6 years ago

Put this in the styles.css .modal-backdrop { background-color: white; /whatever color you want/ }