mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Merge pull request #70 from jaimeh/master
Add !important to ui-datepicker z-index declaration. Thanks Jaime Hernandez!
This commit is contained in:
commit
1f10afd24b
1 changed files with 1 additions and 1 deletions
|
@ -1419,7 +1419,7 @@ div.auto_complete ul strong.highlight {
|
|||
}
|
||||
|
||||
.ui-datepicker {
|
||||
z-index: 1000;
|
||||
z-index: 1000 !important;
|
||||
}
|
||||
|
||||
.ui-autocomplete-loading {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue