disableParentScroll will impact the display of the dialog
Using disableParentScroll: false will make the display of dialog incorrect at latest version of Angular Material
Demo: http://codepen.io/anon/pen/VKQWGO
If you change the version to old one, such as 0.7.1, it is correct
It's a behavior of Angular Material dialog service. 0.7.1 vs 1.1.0 vs 1.1.1 @huangjun604 I don't see how it's related to this datetimepicker?
Hi @hexadecy , thanks for your response.
https://github.com/logbon72/angular-material-datetimepicker/blob/master/js/angular-material-datetimepicker.js#L182
the datetimepicker plugin uses the disableParentScroll: false on above link, and we cannot modify it. So it would cause the display error by using this plugin with higher angularjs
Ok maybe you can make a PR for that, by adding a directrive attribute like parent-scroll=Boolean.
@huangjun604 can you try it?