1
0
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:
Ryan Cramer
2018-03-06 11:04:15 -05:00
parent 0aefc2baa3
commit 16f614f5a0
2 changed files with 7 additions and 2 deletions

View File

@@ -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; }

View File

@@ -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;
}