Fix stacking order of author "Follow" button

This commit is contained in:
Michael Rose 2016-04-14 09:47:54 -04:00
parent 3ec509075d
commit baefd0ab06
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@
display: table-cell;
vertical-align: top;
font-family: $sans-serif;
z-index: 9999;
z-index: 10;
position: relative;
cursor: pointer;

File diff suppressed because one or more lines are too long