Hi RakhiS,
Thanks for your patience.
We checked your query. By default, when the dialog ‘isModal’ property is enabled all the scrollers will be disabled which is the default behavior of the dialog. But it can be overridden and the scroller can be enabled by overriding the CSS style for the class ‘.e-dlg-target.e-scroll-disabled’ and ‘.e-dlg-container’. You can now scroll to the bottom of the page to see the footer element. We find the code and sample for your reference.
|
.e-dlg-target.e-scroll-disabled {
overflow: auto !important;
}
.e-dlg-container {
position: absolute !important;
} |
Kindly get back to us for further assistance.
Regards,
Sevvandhi N