Skip to content

Commit

Permalink
Ensure the zoomed image is in front of toc sidebar (alshedivat#1998)
Browse files Browse the repository at this point in the history
Fixes alshedivat#1888

Signed-off-by: George Araújo <[email protected]>
  • Loading branch information
george-gca authored Dec 15, 2023
1 parent f9b8d45 commit 36e6ff8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1058,3 +1058,12 @@ nav[data-toggle="toc"] {
padding-top: 0.5rem;
}
}

.medium-zoom-overlay,
.medium-zoom-image--opened {
z-index: 999;
}

#toc-sidebar {
z-index: 1;
}

0 comments on commit 36e6ff8

Please sign in to comment.