Skip to content
Snippets Groups Projects
Unverified Commit 5210e14b authored by David H's avatar David H Committed by GitHub
Browse files

fix: add scrollbar for big diagrams (#4120)

In case of large DrawIO diagrams, today it is sometimes impossible to display it totally on the screen.
This quick workaround provides a way to enable a scrollbar if the width of the diagram is higher than the browser/screen width.
parent e84c15b9
No related branches found
No related tags found
No related merge requests found
......@@ -600,6 +600,7 @@ .v-main .contents {
.diagram {
margin-top: 1rem;
overflow: auto;
svg:first-child {
direction: ltr;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment