mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #110 from tms/share-box-zindex
Reduce z-index on reply tab so it's below the share box
This commit is contained in:
commit
14fd671914
@ -347,7 +347,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.reply-to-tab {
|
.reply-to-tab {
|
||||||
z-index: 999;
|
z-index: 980;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: $darkish_gray;
|
color: $darkish_gray;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user