mdPickers
mdPickers copied to clipboard
IE browser issue: Time and AM/PM selectors are cropped in the left hand panel in the time picker
Time, AM/ PM selectors are cropped out in IE, minutes is not appearing so user can not view or select minutes selector. This is happening because of the width of the dialog.
+1 @alenaksu are you planning to continue support of this project, or to hand it off? Our team has found it really useful!
To Fix it modify on CSS file:
this
.mdp-timepicker .mdp-clock-switch-container{padding:20px;width:309px}
by this
.mdp-timepicker .mdp-clock-switch-container{padding:20px;width:459px}