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