chemerisuk / better-dateinput-polyfill

input[type=date] polyfill
http://chemerisuk.github.io/better-dateinput-polyfill/
MIT License
259 stars 58 forks source link

Datepicker drawn under other input fields #98

Closed 0xFEEDC0DE64 closed 6 years ago

0xFEEDC0DE64 commented 7 years ago

I am experiencing an issue when my following inputs have a bootstrap addon.

This does not happen without the addon suffix!

image

alantrick commented 7 years ago

The calendar is created with a z-level of 1, so anything that has a higher z-level will cover it up. I just encountered this with bootstraps "navbar-static-top" class.

chemerisuk commented 6 years ago

@0xFEEDC0DE64 please try version 3