We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input like this shows a vertical scrollbar. Documenter v0.26.3.
```math A = \begin{bmatrix} a & b\\ c & d \end{bmatrix} ``` . ```math B = \begin{bmatrix} a & b & c\\ d & e & f\\ g & h & i \end{bmatrix} ``` .
The text was updated successfully, but these errors were encountered:
Add there
Documenter.jl/assets/html/scss/documenter/layout/_main.scss
Lines 12 to 14 in c942201
overflow-y: hidden;
or add here
Documenter.jl/assets/html/scss/documenter/_patches.scss
Lines 70 to 72 in c942201
padding: 0.5em 0 !important;
this will increase the overall y size of the page (more y space between formulas).
I prefer the first solution as it does not change the overall y-spacing although i could not test it for other use cases.
Sorry, something went wrong.
Fix overflow-y for math blocks, fixes #1575.
5a2964c
9a0a16c
No branches or pull requests
Input like this shows a vertical scrollbar. Documenter v0.26.3.
The text was updated successfully, but these errors were encountered: