Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

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

Open
dmopuri opened this issue Aug 9, 2016 · 2 comments

Comments

@dmopuri
Copy link

dmopuri commented Aug 9, 2016

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 added a commit to dmopuri/mdPickers that referenced this issue Aug 9, 2016
@BenArunski
Copy link

BenArunski commented Aug 23, 2016

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

@chacabuk
Copy link

chacabuk commented Mar 1, 2017

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}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants