We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af44f98 + d8d8fc4 commit 09bec73Copy full SHA for 09bec73
ts/a11y/explorer.ts
@@ -406,15 +406,19 @@ export function ExplorerMathDocumentMixin<
406
407
'mjx-container > mjx-help': {
408
display: 'none',
409
- position: 'sticky',
410
- inset: '-100% 0 100% 0',
411
- margin: '-.3em -.5em 0 -.1em',
+ position: 'absolute',
+ top: '-.3em',
+ right: '-.5em',
412
width: '.6em',
413
height: '.6em',
414
cursor: 'pointer',
415
},
416
'mjx-container[display="true"] > mjx-help': {
417
+ position: 'sticky',
418
+ inset: '-100% 0 100% 0',
419
+ margin: '-.3em -.5em 0 -.1em',
420
right: 0,
421
+ top: 'initial',
422
423
'mjx-help > svg': {
424
stroke: 'black',
0 commit comments