mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Reduce z-index on reply tab so it's below the share box
This commit is contained in:
parent
946255fcc4
commit
a07adc01bc
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@
|
|||
}
|
||||
}
|
||||
.reply-to-tab {
|
||||
z-index: 999;
|
||||
z-index: 980;
|
||||
font-size: 12px;
|
||||
color: $darkish_gray;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue