Hide render container from Muya (#1549)

This commit is contained in:
Felix Häusler 2019-10-28 00:48:58 +01:00 committed by Ran Luo
parent c6708e9d9a
commit 9c8f14cfd2

View File

@ -1,6 +1,8 @@
body .ag-render-container,
body article.print-container {
display: none;
display: none !important;
}
@media print {
/* Set all settings like margin with @page or Electron settings. */
@page {