New to Kendo UI for Angular? Start a free 30-day trial
DateTimePicker in Dialog on Small Resolution
Environment
Product | Progress® Kendo UI for Angular Dialog |
Description
How to scroll the page when displaying DateTimePicker inside a Dialog on a small resolution screen?
Solution
To allow proper page scrolling when displaying a DateTimePicker inside a Dialog on a small resolution screen, set the Dialog's position
to absolute
using its style
property:
html
<kendo-dialog style="position: absolute">...</kendo-dialog>
The following example shows the full implementation of the demonstrated approach.
Change Theme
Theme
Loading ...