diff --git a/NEWS b/NEWS index 588fa33739..fce2e26a41 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ Bug fixes - [web] date validator now handles non-latin characters - [web] show the "reply all" button in more situations + - [web] fixed CSS when printing message in popup window (#4674) 4.0.6 (2019-02-21) ------------------ diff --git a/UI/WebServerResources/scss/core/print.scss b/UI/WebServerResources/scss/core/print.scss index ca90e3acf2..502de105a6 100644 --- a/UI/WebServerResources/scss/core/print.scss +++ b/UI/WebServerResources/scss/core/print.scss @@ -47,8 +47,8 @@ md-autocomplete, md-sidenav, md-card-actions, - md-fab-speed-dial, md-backdrop, + .md-fab, .md-scroll-mask, .md-dialog-container, .md-open-menu-container, @@ -75,6 +75,7 @@ // Content must be visible to be printed on multiple pages main, + body.popup .view-detail, section, md-content, md-card,