Hi Joe,
Thank you for using Syncfusion products.
During initial rendering, setting max-height style to dialog element is not an issue and this is the default behavior of dialog component. For the below reasons, we have provided the max-height style, by default in dialog component.
- The dialog component should be placed with-in that target area. If height is not specified to dialog component, it will get the height based on the target element’s height.
- If you have specified larger height than the target’s height, the dialog gets the height based on that target element height and it overrides by max-height style property.
- If suppose, the target element’s height is larger than view port height, the dialog gets the height based on the viewport’s height.
- You can’t override this max-height, because we have provided this style as inline to dialog element.
Could you please share addition information to replicate the odd dialog scrolling issue? this is will help us provide a prompt solution at the earliest.
Regards,
Prince