mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
add z-index value for the popup datepicker
to put it on top of the rest of the elements Fixes #1013
This commit is contained in:
parent
35e15d6608
commit
238bf97a27
1 changed files with 3 additions and 0 deletions
|
@ -1292,3 +1292,6 @@ div.auto_complete ul strong.highlight {
|
|||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.ui-datepicker {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue