Switch Mermaid scrollbar to automatic

This commit is contained in:
Tim Bannister 2020-09-22 18:46:53 +01:00 committed by GitHub
parent ed749d19f6
commit 61fdeb79bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -64,7 +64,7 @@ body.td-404 main .error-details {
/* Global - Mermaid.js diagrams */ /* Global - Mermaid.js diagrams */
.mermaid { .mermaid {
overflow: scroll; overflow-x: auto;
max-width: 80%; max-width: 80%;
border: 1px solid rgb(222, 226, 230); border: 1px solid rgb(222, 226, 230);
border-radius: 5px; border-radius: 5px;
@ -552,4 +552,3 @@ body.td-documentation {
} }
} }