Merge pull request #2438 from TracksApp/bug/2245

Redo the datepicker z-index fix that didn't work because it has been …
This commit is contained in:
Jyri-Petteri Paloposki 2020-07-24 17:49:13 +03:00 committed by GitHub
commit 3ad89fa7e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -53,3 +53,7 @@ body {
color: $text-color;
background-color: $body-bg;
}
.ui-datepicker {
z-index: 999999 !important;
}

View file

@ -1349,10 +1349,6 @@ div.auto_complete {
}
}
.ui-datepicker {
z-index: 1000 !important;
}
.ui-autocomplete-loading {
background: white image-url('ui-anim_basic_16x16.gif') right center no-repeat;
}