Merge pull request #214 from maddentim/fixes-recurring

Fix #1451 recurring todo overlay z-index to be on top of topbar
This commit is contained in:
Matt Rogers 2014-01-24 19:50:24 -08:00
commit 76b0ec024a

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 {