Skip to content

Commit

Permalink
Merge #15694 - Fix #14248 Date selection in search menu missing highe…
Browse files Browse the repository at this point in the history
…r Z-index value

Pull-request: #15694
Fixes: #14248
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Dec 24, 2019
2 parents 0c80c0e + 4de2fec commit 6b71a78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/pmahomme/css/common.css.php
Expand Up @@ -2996,6 +2996,10 @@
font-size: 1em;
}

body #ui-datepicker-div {
z-index: 9999 !important;
}

.ui-dialog fieldset legend a {
color: #235A81;
}
Expand Down

0 comments on commit 6b71a78

Please sign in to comment.