Fix recurring todo overlay z-index to be on top of topbar

This commit is contained in:
tim madden 2014-01-24 16:42:14 -06:00
parent 6238029b55
commit 311e63ddd1

View file

@ -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 {