Skip to content

Commit 46cac3c

Browse files
committed
Fix sticky sidebar at wrong breakpoint
- Close #262
1 parent 7cc440d commit 46cac3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/_scss/_utilities.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ body:hover .visually-hidden button {
348348
========================================================================== */
349349

350350
.sticky {
351-
@include breakpoint($medium) {
351+
@include breakpoint($large) {
352352
@include clearfix();
353353
position: -webkit-sticky;
354354
position: sticky;

0 commit comments

Comments
 (0)