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:
parent
f9b8d45081
commit
36e6ff8705
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue