telerik / kendo-theme-default

The default, SCSS-based theme for Kendo UI
https://www.telerik.com/kendo-ui
Other
16 stars 17 forks source link

fixes/ie-11-dialog-window-height #814

Closed IanMuirhead closed 6 years ago

IanMuirhead commented 6 years ago
IanMuirhead commented 6 years ago

REFS: #807

@gyoshev

gyoshev commented 6 years ago

I am afraid that this style will set a 100% height to all windows, which is not intended.

It appears that adding flex-direction: column to the .k-dialog-wrapper element fixes the problem and still allows the window to automatically resize. Please check this plunker out if it works in your scenario.

IanMuirhead commented 6 years ago

@gyoshev

Good point - was only testing on dialogs with the height beyond the window.

Will update the PR with your fix.