mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
Fix z-index of "in reply to" tabs versus filter message.
This commit is contained in:
parent
15bd63cb64
commit
ba8e526950
2 changed files with 2 additions and 1 deletions
app/assets/stylesheets/application
|
@ -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 a new issue