Closed (won't fix)
Project:
Bootstrap
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2017 at 23:39 UTC
Updated:
17 Apr 2017 at 17:20 UTC
Jump to comment: Most recent


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.