Merge pull request #110 from tms/share-box-zindex

Reduce z-index on reply tab so it's below the share box
This commit is contained in:
Sam 2013-02-10 20:05:09 -08:00
commit 14fd671914

View File

@ -347,7 +347,7 @@
}
}
.reply-to-tab {
z-index: 999;
z-index: 980;
font-size: 12px;
color: $darkish_gray;
display: block;