diff --git a/src/notification/bar.scss b/src/notification/bar.scss index fc649476ac..6b5088ded3 100644 --- a/src/notification/bar.scss +++ b/src/notification/bar.scss @@ -90,3 +90,9 @@ body[class*='lang-en'] .add-buttons { width: 320px; } } + +@media (print) { + body { + display: none; + } +}