mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +01:00
Fix recurring todo overlay z-index to be on top of topbar
This commit is contained in:
parent
6238029b55
commit
311e63ddd1
1 changed files with 4 additions and 0 deletions
|
|
@ -233,6 +233,10 @@ a.show_successors:hover, a.link_to_successors:hover {background-image: image-url
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
.recurring_todos .ui-front {
|
||||
z-index:502;
|
||||
}
|
||||
|
||||
/* Navigation links at the top */
|
||||
|
||||
#navcontainer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue