zurfyx / angular-custom-modal

Angular2+ Modal / Dialog (with inner component support).

Home Page:https://zurfyx.github.io/angular-custom-modal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Child modal is limited to parent size

mrjohnr opened this issue · comments

Hi.I'm using your component to create multiple modals to select or edit data and I need to have 2 modals opened in the same time,one is parent another child.But child modal is limited to the size of parent,is there a solution to avoid that?
thanks

I think modal is shown inside modal parent not in DOM root

commented

Same issue here..

Did you fix it ? I m facing the same the issue