Add z index for diff header so sticky header stays on top on diff comments.

This commit is contained in:
Marin Jankovski 2015-02-26 09:03:34 -08:00
parent 7fef8456e8
commit 449cf43a55
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
border-bottom: 1px solid #CCC;
padding: 5px 5px 5px 10px;
color: #555;
z-index: 10;
> span {
font-family: $monospace_font;