Hi there,
The dialog width is changed after its first open,
from:<div class="igx-overlay__content--modal igx-overlay__content--relative" style="">
to:
<div class="igx-overlay__content--modal igx-overlay__content--relative" style="width: 1285.6px;>
But the content is only around 300px in width so the dialog is expanded beyond its content.What I've tried so far:
System:
Hi Milko,I've been trying to reproduce it in this StackBlitz but the component is too dependency heavy, I'll get back to you when there is something new.
Hello Phan,
I have taken a look at the StackBlitz you provided and was not able to reproduce this issue. I opened the dialog several times and each time overlay content div had no width. I have also recreated your sample with Ignite UI for Angular 8.1.0 in this StackBlitz. As you can see the issue does not reproduce and in 8.1.0 – again I have opened the dialog several times and no width appear in the overlay content div. I have also removed the min-width and width of the dialog and still was not able to reproduce the issue.
Can you provide a sample where this issue reproduces as well as steps to reproduce it?
Looking forward to your reply with samples and steps included.