dont display "more.." events popover in print mode. issue 2242

This commit is contained in:
Adam Shaw
2014-08-19 15:33:42 -07:00
parent 07ddbaf9f0
commit 938d3144c8
+4
View File
@@ -94,6 +94,10 @@ tbody,
display: table-cell !important;
}
.fc-popover {
display: none; /* never display the "more.." popover in print mode */
}
/* TimeGrid Restyling
--------------------------------------------------------------------------------------------------*/