Fix sticky sidebar at wrong breakpoint

- Close #262
This commit is contained in:
Michael Rose 2016-04-14 21:29:55 -04:00
parent 5a63f9b7b1
commit 089dd195bb
2 changed files with 2 additions and 2 deletions

View file

@ -348,7 +348,7 @@ body:hover .visually-hidden button {
========================================================================== */
.sticky {
@include breakpoint($medium) {
@include breakpoint($large) {
@include clearfix();
position: -webkit-sticky;
position: sticky;

File diff suppressed because one or more lines are too long