Vue2-datepicker: [Feature] Adjust Z-Index of popups to account for Bootstrap modals

Created on 10 Jan 2020  路  3Comments  路  Source: mengxiong10/vue2-datepicker

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!

Most helpful comment

Good advice

All 3 comments

Good advice

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

v3.3.1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BuiHuyCuong picture BuiHuyCuong  路  5Comments

kugatsu765 picture kugatsu765  路  3Comments

srv91 picture srv91  路  6Comments

burzum picture burzum  路  3Comments

musman92 picture musman92  路  4Comments