Skip to content

Commit

Permalink
Update to fix sidebar over test
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed May 24, 2024
1 parent 3a3a6db commit 2007b17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_sass/minimal-mistakes/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
top: auto;
right: 0;
width: $right-sidebar-width-narrow;
margin-right: -1.5 * $right-sidebar-width-narrow;
padding-left: 1em;
z-index: 10;

Expand All @@ -93,6 +94,7 @@

@include breakpoint($x-large) {
width: $right-sidebar-width;
margin-right: -1.5 * $right-sidebar-width-narrow;
}
}

Expand Down

0 comments on commit 2007b17

Please sign in to comment.