diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index d5f1ff9346..4638a18e21 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -2121,6 +2121,10 @@ table { /* fixes Firefox background color painting over border: * https://bugzilla.mozilla.org/show_bug.cgi?id=688556 */ background-clip: padding-box; + + @media print { + box-shadow: none; + } } .${EditorStyleHelper.tableAddRow},