diff --git a/server/static/index.html b/server/static/index.html
index 2f1df92096..f3efa1469e 100644
--- a/server/static/index.html
+++ b/server/static/index.html
@@ -62,6 +62,12 @@
white-space: nowrap;
width: 1px;
}
+
+ @media print {
+ .screenreader-only {
+ display: none;
+ }
+ }