Skip to content

Commit

Permalink
Update to fix sidebar over text (microsoft#5567)
Browse files Browse the repository at this point in the history
- [x] Needs to be tested.

Fixes microsoft#5494.

Sample screenshot:
<img width="1141" alt="image"
src="https://github.com/microsoft/DeepSpeed/assets/114770087/f89f642b-bca1-4d45-b3f1-ec7943ab2ad4">
  • Loading branch information
loadams authored May 28, 2024
1 parent bf66acd commit 4deb40d
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 4deb40d

Please sign in to comment.