mirror of
https://github.com/processwire/processwire.git
synced 2025-08-20 21:42:23 +02:00
Fix issue processwire/processwire-issues#513 datepicker z-index when near image field
This commit is contained in:
@@ -52,4 +52,6 @@ a.pw-ui-datepicker-trigger {
|
|||||||
/* tweak to datepicker trigger */
|
/* tweak to datepicker trigger */
|
||||||
margin: 0 0 0 0.5em; }
|
margin: 0 0 0 0.5em; }
|
||||||
|
|
||||||
/*# sourceMappingURL=InputfieldDatetime.css.map */
|
input.InputfieldDatetimeDatepicker {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1; }
|
||||||
|
@@ -64,5 +64,8 @@ a.pw-ui-datepicker-trigger {
|
|||||||
margin: 0 0 0 0.5em;
|
margin: 0 0 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input.InputfieldDatetimeDatepicker {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user