Skip to content

Commit faa1f1c

Browse files
ammend
1 parent eb559e5 commit faa1f1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bundles/remoteTutorDrawer.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ const init = (opts: RemoteTutorDrawerProps) => {
4848
)
4949

5050
// Ensure mathjax context menu is rendered above the drawer
51+
// NOTE: must be done in regular DOM, not hte shadowdom.
52+
// Mathjax context menu is appended to end of body.
5153
const style = document.createElement("style")
5254
style.textContent = `
53-
.CtxtMenu_Menu {
55+
.CtxtMenu_MenuFrame {
5456
z-index: ${theme.zIndex.drawer + 100} !important;
5557
}
5658
`

0 commit comments

Comments
 (0)