mdPickers icon indicating copy to clipboard operation
mdPickers copied to clipboard

IE browser issue: Time and AM/PM selectors are cropped in the left hand panel in the time picker

Open dmopuri opened this issue 8 years ago • 2 comments

image

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.

dmopuri avatar Aug 09 '16 18:08 dmopuri

+1 @alenaksu are you planning to continue support of this project, or to hand it off? Our team has found it really useful!

BenArunski avatar Aug 23 '16 17:08 BenArunski

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}

chacabuk avatar Mar 01 '17 14:03 chacabuk