Ensure the zoomed image is in front of toc sidebar (#1998)

Fixes #1888

Signed-off-by: George Araújo <george.gcac@gmail.com>
This commit is contained in:
George 2023-12-15 11:39:11 -03:00 committed by GitHub
parent f9b8d45081
commit 36e6ff8705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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;
}