소스 검색

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.
David H 3 년 전
부모
커밋
5210e14b57
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      client/themes/default/scss/app.scss

+ 1 - 0
client/themes/default/scss/app.scss

@@ -600,6 +600,7 @@
 
   .diagram {
     margin-top: 1rem;
+    overflow: auto;
     svg:first-child {
       direction: ltr;
     }