Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Fix sticky sidebar at wrong breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
makaroniame committed Apr 15, 2016
1 parent e73ce15 commit 78e20d6
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 78e20d6

Please sign in to comment.