Skip to content

Commit

Permalink
Fix sticky sidebar at wrong breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jluccisano committed Feb 12, 2017
1 parent a865501 commit 27ec203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/_scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ body:hover .visually-hidden button {
========================================================================== */

.sticky {
@include breakpoint($medium) {
@include breakpoint($large) {
@include clearfix();
position: -webkit-sticky;
position: sticky;
Expand Down
Loading

0 comments on commit 27ec203

Please sign in to comment.