Skip to content

Commit

Permalink
fix: add scrollbar for big diagrams (#4120)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
laellyo authored Dec 26, 2021
1 parent e84c15b commit 5210e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/themes/default/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@

.diagram {
margin-top: 1rem;
overflow: auto;
svg:first-child {
direction: ltr;
}
Expand Down

0 comments on commit 5210e14

Please sign in to comment.