shlomiassaf / ngx-modialog

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

Issue while trying to center Angular2-modal #271

Closed vijender1256 closed 7 years ago

vijender1256 commented 7 years ago

I am trying to center the angular2-modal, seems like its a issue with the control ?

plunker:

http://plnkr.co/edit/ZeRajGkGwyvKRIZkG4XQ?p=preview

Click here to see the modal is top-left aligned, I am looking to seeing it centered:

http://run.plnkr.co/Z5IUNqtFHzhyy5K4/

shlomiassaf commented 7 years ago

Hi

Take a look at the demo application

Click on the Custom Modal Content button, you will see it's centered.

The alignment is not set by the component but by the bootstrap CSS.

The demo app is part of this repo, follow the code and you'll find your error.

vijender1256 commented 7 years ago

fixed the issue with custom css