Skip to content

Commit 61fdeb7

Browse files
author
Tim Bannister
authored
Switch Mermaid scrollbar to automatic
1 parent ed749d1 commit 61fdeb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/scss/_custom.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ body.td-404 main .error-details {
6464
/* Global - Mermaid.js diagrams */
6565

6666
.mermaid {
67-
overflow: scroll;
67+
overflow-x: auto;
6868
max-width: 80%;
6969
border: 1px solid rgb(222, 226, 230);
7070
border-radius: 5px;
@@ -552,4 +552,3 @@ body.td-documentation {
552552
}
553553
}
554554

555-

0 commit comments

Comments
 (0)