Fix z-index of "in reply to" tabs versus filter message.
This commit is contained in:
parent
15bd63cb64
commit
ba8e526950
|
@ -368,7 +368,7 @@
|
|||
}
|
||||
}
|
||||
.reply-to-tab {
|
||||
z-index: 980;
|
||||
z-index: 490;
|
||||
font-size: 12px;
|
||||
color: $darkish_gray;
|
||||
display: block;
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
position: fixed;
|
||||
width: 100%;
|
||||
font-size: 15px;
|
||||
z-index: 495
|
||||
}
|
||||
|
||||
#main {
|
||||
|
|
Loading…
Reference in New Issue