mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 15:56:02 +08:00
Fix z-index of "in reply to" tabs versus filter message.
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user