• Resolved varnothing

    (@varnothing)


    I load this plugin and add following codes to costumier:

    .MathJax_Display, .MJXc-display, .MathJax_SVG_Display {
        overflow-x: auto;
        overflow-y: hidden;
    }

    However, the long equations are still sticking out of the page. So does this code work for simple MathJax plugin? Or should I make some other attempt?

    PS: Mathjax version: 3

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pkra

    (@pkra)

    This is not a question about this plugin but about MathJax. Please file general MathJax issues with MathJax.

    But for the sake of brevity, you were targeting MathJax v2 output but MathJax v3 has different output structure.

    Try styling mjx-container[display="true"] instead.

    Thread Starter varnothing

    (@varnothing)

    I add

    mjx-container {
    	display: inline-grid
      overflow-x: auto;
      overflow-y: hidden;
      max-width: 100%;
    }
    
    .MathJax {
      min-width: 0 ! important
    }

    and now the block display is hidden, but the inline equations are still sticking out. Is is possible to hide them also or have a line break?

    Plugin Author pkra

    (@pkra)

    Please take MathJax questions to the MathJax user group http://groups.google.com/group/mathjax-users/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘overflow setting doesn’t work’ is closed to new replies.