From feaf744d262aaf3cd20a70383e6bb1fff099f6ee Mon Sep 17 00:00:00 2001 From: Jocs Date: Tue, 19 Jun 2018 19:43:26 +0800 Subject: [PATCH] bugfix: #360 No page breaks in PDF export --- src/renderer/index.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/renderer/index.css b/src/renderer/index.css index 698a8a62..49c1ad6b 100644 --- a/src/renderer/index.css +++ b/src/renderer/index.css @@ -27,9 +27,7 @@ html, body { background: #fff !important; } - body .editor-with-tabs .container { - overflow: visible !important; - } + body .editor-with-tabs, body .editor-wrapper, body .editor-component { height: auto !important; @@ -37,9 +35,7 @@ body .editor-wrapper { z-index: 1 !important; } - body .source-code { - display: none !important; - } + body .editor-component #ag-editor-id, body [contenteditable] { caret-color: transparent !important; @@ -52,6 +48,8 @@ h6.ag-active::before { content: none !important; } + + .source-code, .title-bar, .ag-remove, .ag-emoji-marker,