Wrong z-index of date/time/datetime pickers
See original GitHub issueCan be reproduced on Wagtail 1.10 using Chrome 58.0.3029.110 (64-bit).
Can be fixed by setting z-index >= 100
, but I’m not sure where it should be fixed it because pickers are from 3rd party jQuery library .
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
jquery-ui datepicker change z-index - Stack Overflow
Your JS code in the question doesn't work because jQuery resets the style attribute of the datepicker widget every time you call it....
Read more >Datetimepicker coming behind div with position fixed #1863
Is there any way we can set the z-index of the datetimepicker widget? ... The datetime-picker creates a scroll bar for a model...
Read more >jQuery UI Datepicker and z-Index - Rick Strahl's Web Log
Both the modal overlay and the dialog have higher z-Index values than the date picker popup. There's a relatively easy fix for this...
Read more >How to bring Datepicker in the foreground with css z-index
I read several complicated js workaround about that, but the best solution is simpler than expected and can be found browsing the dom....
Read more >10569 (Incorrect z-index position of Datepicker in some cases)
This means modal window has z-index equals 1050, but modal's parent DIV has z-index equals 1060! The cause of the incorrect z-index of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Removing
easy
label – it’s never easy to change the z-index in a big project without future repercussions.This does still exist in current main:
It appears that it was fixed for date pickers in modals as part of #8901, though.