Merge branch 'hotfix/3.0.2'

This commit is contained in:
Michael Rose 2016-04-14 21:33:54 -04:00
commit 0c2cddf192
3 changed files with 4 additions and 2 deletions

View file

@ -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) {

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