Merge branch 'hotfix/3.0.2'
This commit is contained in:
commit
0c2cddf192
3 changed files with 4 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue