diff --git a/src/common/print.css b/src/common/print.css index 150f4fc..13fed6f 100644 --- a/src/common/print.css +++ b/src/common/print.css @@ -94,6 +94,10 @@ tbody, display: table-cell !important; } +.fc-popover { + display: none; /* never display the "more.." popover in print mode */ +} + /* TimeGrid Restyling --------------------------------------------------------------------------------------------------*/