forked from CIT/Vmeda.Online
		
	Merge pull request #3037 from dpalou/MOBILE-3895
MOBILE-3895 mathjax: Add overflow to block equations
This commit is contained in:
		
						commit
						0dc79f383d
					
				@ -103,7 +103,7 @@ core-format-text {
 | 
			
		||||
                color: var(--text-color);
 | 
			
		||||
                margin: 0;
 | 
			
		||||
 | 
			
		||||
                
 | 
			
		||||
 | 
			
		||||
                .core-format-text-arrow {
 | 
			
		||||
                    width: var(--a11y-min-target-size);
 | 
			
		||||
                    height: var(--a11y-min-target-size);
 | 
			
		||||
@ -211,6 +211,12 @@ core-format-text {
 | 
			
		||||
    .core-format-text-content .filter_mathjaxloader_equation .MathJax_Preview a {
 | 
			
		||||
        pointer-events: none;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .MathJax_SVG_Display {
 | 
			
		||||
        overflow-x: auto;
 | 
			
		||||
        margin: 0;
 | 
			
		||||
        padding: 10px 0;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@keyframes loading {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user