Skip to content
Snippets Groups Projects
Commit 1eac6535 authored by François Grand's avatar François Grand
Browse files

fix(doc): remove scrollbars on Mathjax formulas

refs #461
parent a6982b52
No related branches found
No related tags found
1 merge request!175Resolve "Doc: supprimer l'ascenseur horizontal dans les formules MathJax"
/* suppression de l'ascenseur horizontal sur les formules Mathjax */
.arithmatex {
overflow-x: auto;
}
/* suppression de l'ascenseur vertical sur certaines formules Mathjax */
mjx-math {
overflow-y: clip;
}
......@@ -9,6 +9,8 @@ theme:
name: 'material'
language: 'en'
use_directory_urls: false
extra_css:
- ../stylesheets/mathjax-scrollbar.css
extra_javascript:
- ../javascripts/mathjax.config.js
- ../javascripts/mathjax/tex-mml-chtml.js
......
......@@ -9,6 +9,8 @@ theme:
name: 'material'
language: 'fr'
use_directory_urls: false
extra_css:
- ../stylesheets/mathjax-scrollbar.css
extra_javascript:
- ../javascripts/mathjax.config.js
- ../javascripts/mathjax/tex-mml-chtml.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment