-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Is your feature request related to a problem? Please describe.
The new Explorer is great, but it introduce a tall UI element that sets requirements to the height of the page. This can be problematic in usecases where the content with math is displayed in iframes with limited height, this means that the Help Dialog is way to large to display. For now our workaround is to fork MathJax to disable the help dialog and display the information elsewhere.
Describe the solution you'd like
It would be great if this was a simple config instead, similar to how you can disable the menu.
Describe alternatives you've considered
An optional way of solving this could be to have an event when the dialog opens or closes where the devs can add code to adapt the size of the iframe so that the help dialog is visible.