Fix z-index of "in reply to" tabs versus filter message.

This commit is contained in:
Robin Ward 2013-03-27 10:48:12 -04:00
parent 15bd63cb64
commit ba8e526950
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -111,6 +111,7 @@
position: fixed; position: fixed;
width: 100%; width: 100%;
font-size: 15px; font-size: 15px;
z-index: 495
} }
#main { #main {