Switch Mermaid scrollbar to automatic
This commit is contained in:
@@ -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 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user