Skip to content

Commit

Permalink
Merge branch 'hotfix/3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Apr 15, 2016
2 parents 5a63f9b + d9c6183 commit 0c2cddf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions assets/_scss/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@
margin-bottom: 1em;

@include breakpoint($large) {
position: relative;
float: right;
width: $right-sidebar-width-narrow;
margin-left: span(0.5 of 12);
z-index: 10;
}

@include breakpoint($x-large) {
Expand Down
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
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

0 comments on commit 0c2cddf

Please sign in to comment.