Fix improperly positioned sticky element

This commit is contained in:
Michael Rose
2016-04-12 10:42:00 -04:00
parent 944629b422
commit 2e2e5bfb51
5 changed files with 2 additions and 6 deletions

View File

@@ -330,7 +330,7 @@ body:hover .visually-hidden button {
@include clearfix();
position: -webkit-sticky;
position: sticky;
top: 3em;
top: 2em;
> * {
display: block;