Skip to content

BUG: Interacting with MathJax expressions causes a jump to top of the page #449

@mcmcclur

Description

@mcmcclur

There are several ways to interact with MathJax expressions that causes the view to jump up to the top of the page. For example,

  • Open up the About MathJax dialog or
  • Zoom into an expression.

There are probably more. Ultimately, this is inherited from a MathJax bug upstream, as described here. It should be resolved in MathJax 4.1.1 but that has yet to happen. In the meantime, there is a very simple fix. Just include the following CSS in the appropriate spot:

.mjx-dialog {
  position: fixed !important;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions