kevinoleary19 / Angular-2-Datepicker

A minimalist datepicker inspired by Google's material design
70 stars 71 forks source link

Datepicker styles seems broken in Internet Explorer 10 #84

Open alexeyuzlov opened 7 years ago

alexeyuzlov commented 7 years ago

Flex layout is not correct in IE10. see screenshot for more info http://prntscr.com/esowrf

It's looks like IE doesn't handle flex-wrap property correctly

angular 4.0.1 angular2-material-datepicker: 0.5.0

alexeyuzlov commented 7 years ago

For fix add to your styles .datepickercalendarmonth { flex: 1 1 auto; // fix ie10 }