mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:56:50 +08:00
FIX: z-index issue with quote reply button on mobile
This commit is contained in:
parent
ae30e3d348
commit
d2044700d3
|
@ -353,6 +353,7 @@ span.post-count {
|
|||
color: $primary;
|
||||
padding: 10px;
|
||||
width: 90px;
|
||||
z-index: 401;
|
||||
|
||||
&:hover {
|
||||
background-color: scale-color($primary, $lightness: 50%);
|
||||
|
|
Loading…
Reference in New Issue
Block a user