How can i set fixed height/width for dialog?
Eugene,
Thank you for contacting us.
You can position the IgxDialog in a custom div and then apply the desired styles. For this purpose you should use the IgxOverlay of the IgxToggle which the IgxDialog uses. I prepared a working sample to demonstrate this with custom width:
https://stackblitz.com/edit/dialog-custom-width
Please let us know if you need further assistance.
Hi there,
Is it possible to have an example where the custom width and height is a percentage of the screen please? I am trying to have a dialog box with an html textarea control on it .
Thanks!
Oh, thanks, working flawlessly