I have a data field with date picker and if this one opens it underlays entity autocomplete's. I verified this with Garland and it does not happen there. So it need to be a bootstap bug.


| Comment | File | Size | Author |
|---|---|---|---|
| 2017-04-17_013643.png | 11.99 KB | hass | |
| 2017-04-17_013541.png | 9.46 KB | hass |
Comments
Comment #2
markhalliwellCreate a sub-theme and modify the z-index for the appropriate elements.
Comment #3
hass commentedDo you know what is causing these dynamic override? The date module defines a correct index, but the
z-indexget's randomly overriden by an unknown function.Comment #4
markhalliwellThe fact that you're using completely different FE frameworks. There will be conflicts. I only ever use Bootstrap based plugins (like bootstrap-datepicker) for UI components to avoid this type of issue entirely.
Comment #5
hass commentedI do not like to reinvent the wheel and I do not think it's worth the effort to build a new module just because of one line of CSS that must not overridden by random JS code. The module https://www.drupal.org/project/bdtpicker does not work well and cannot used as widget for fields.
Any other module I may missed?
Comment #6
markhalliwellYou don't have to, just add the library to your sub-theme and initialize it from your theme's JS. It doesn't need to be a module.