brianblakely / nodep-date-input-polyfill

Automatically adds datepickers to input[type=date] on IE, macOS Safari, and legacy browsers.
https://www.npmjs.com/package/nodep-date-input-polyfill
MIT License
96 stars 137 forks source link

How can i overidde the zindex of the popup date selector? #62

Closed japrogramer closed 6 years ago

japrogramer commented 6 years ago

I would like to change the z-index of the popup date picker .. when i do

the zindex for the picker remains the same

brianblakely commented 6 years ago

You must change the z-index for date-input-polyfill:

date-input-polyfill {
  z-index: NEW_VALUE_HERE;
}

If this does not work, there is an unrelated application problem.

japrogramer commented 6 years ago

Where do I put that?

brianblakely commented 6 years ago

In your application's CSS codebase.