FIX: z-index issue with quote reply button on mobile

This commit is contained in:
Neil Lalonde 2014-06-03 14:43:19 -04:00
parent ae30e3d348
commit d2044700d3

View File

@ -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%);