Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

DatePicker wrong z-index when using 1 directly below another #109

Closed
casvaniersel opened this issue Sep 9, 2015 · 3 comments
Closed

DatePicker wrong z-index when using 1 directly below another #109

casvaniersel opened this issue Sep 9, 2015 · 3 comments
Assignees

Comments

@casvaniersel
Copy link
Contributor

When using 2 DatePicker directly above each other then the textField below comes through the DatePicker at the top when the DatePicker is open. Luckily there is an easy fix!

Fix: .ms-DatePicker-picker--focused.ms-DatePicker-picker--opened { position:relative; z-index:10; }

@LezaMax
Copy link
Contributor

LezaMax commented Sep 10, 2015

Thanks @casvaniersel, we'll take a look.

@casvaniersel
Copy link
Contributor Author

I added a fix for this with Pull Request 111

@wdo3650
Copy link
Contributor

wdo3650 commented Sep 14, 2015

The pull request has been approved. Thanks for the input and taking the initiative on this. It's great to see members of the community contributing.

@wdo3650 wdo3650 closed this as completed Sep 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants