Skip to content

Commit

Permalink
Fix sticky sidebar at wrong breakpoint
Browse files Browse the repository at this point in the history
- Close #262
  • Loading branch information
mmistakes committed Apr 15, 2016
1 parent 5a63f9b commit 089dd19
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 089dd19

Please sign in to comment.