Skip to content

Commit

Permalink
Fix mermaid diagram is not visiable when export html (#1732)
Browse files Browse the repository at this point in the history
* Fix mermaid diagram is not visiable when export html

* make the print render container off screen
  • Loading branch information
Jocs committed Nov 22, 2019
1 parent 980073b commit fc15356
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/renderer/assets/styles/printService.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
body .ag-render-container,
body .ag-render-container {
left: -10000px;
right: -10000px;
}

body article.print-container {
display: none;
}
Expand Down

0 comments on commit fc15356

Please sign in to comment.