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 {
|
.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;
|
||||||
|
|
|
@ -111,6 +111,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
z-index: 495
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
|
|
Loading…
Reference in New Issue