Skip to content

Commit

Permalink
Fix z-index on social buttons. (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Schmeisser authored and LeaVerou committed Oct 31, 2017
1 parent 9d44fbf commit a3f16e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ body > p > a:hover {
position: fixed;
top: 10px;
left: 10px;
z-index: 2;
}

#social iframe {
Expand All @@ -255,4 +256,4 @@ body > p > a:hover {
padding:.5em;
border-top:1px solid rgba(0,0,0,.3);
text-shadow: 0 1px white;
}
}

0 comments on commit a3f16e1

Please sign in to comment.