mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 03:30:13 +01:00
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:
commit
3ad89fa7e7
2 changed files with 4 additions and 4 deletions
|
|
@ -53,3 +53,7 @@ body {
|
|||
color: $text-color;
|
||||
background-color: $body-bg;
|
||||
}
|
||||
|
||||
.ui-datepicker {
|
||||
z-index: 999999 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue