From 938d3144c8cbac573243769e0a0357b0b56f15cd Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 19 Aug 2014 15:33:42 -0700 Subject: [PATCH] dont display "more.." events popover in print mode. issue 2242 --- src/common/print.css | 4 ++++ 1 file changed, 4 insertions(+) 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 --------------------------------------------------------------------------------------------------*/