Fix stacking order of author "Follow" button
This commit is contained in:
parent
3ec509075d
commit
baefd0ab06
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-family: $sans-serif;
|
font-family: $sans-serif;
|
||||||
z-index: 9999;
|
z-index: 10;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue