mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:49:55 +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;
|
color: $primary;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
|
z-index: 401;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: scale-color($primary, $lightness: 50%);
|
background-color: scale-color($primary, $lightness: 50%);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user