mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Add !important to ui-datepicker z-index declaration.
Fix closed bug #1013 on Assembla. The previous z-index was well intentioned but jquery css overrides the z-index, so !important is necessary to make the z-index declaration functional.
This commit is contained in:
parent
1a6027df71
commit
a05027cc5a
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