Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Adjust Z-Index of popups to account for Bootstrap modals #412

Closed
camper2020 opened this issue Jan 10, 2020 · 3 comments
Closed

Comments

@camper2020
Copy link

Version 3.0.0+ of DatePicker does not appear to show the popup on BS Modals. The popup does show but the z-index CSS property of .mx-datepicker-popup is set to 1000 which is behind BS Modal.

Could the default z-index be changed to 2000 to put it in front of these modals (and potentially other popups)

Marking this as a feature and not a bug, as there is nothing wrong with the DatePicker popup functionality and the CSS property can also be easily overridden in applications. Only suggesting it as it may cause confusion when the popup appears to not show.

Thanks for making such a helpful component!

@camper2020 camper2020 changed the title [Feature] Adjust Z-Index for BS Modals [Feature] Adjust Z-Index of popups to account for Bootstrap modals Jan 10, 2020
@mengxiong10
Copy link
Owner

Good advice

@digEmAll
Copy link

I second this request and I'd suggest to make the z-index a scss variable.

@mengxiong10
Copy link
Owner

v3.3.1

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

No branches or pull requests

3 participants