Print function for calendar - hide scrollbar for timegrids

This commit is contained in:
Nathan Gray 2016-03-31 21:55:47 +00:00
parent 0f18558682
commit ef00fc3122

View File

@ -24,7 +24,7 @@
page-break-inside: avoid; page-break-inside: avoid;
} }
.calendar_calTimeGrid .calendar_calTimeGridScroll { .calendar_calTimeGrid .calendar_calTimeGridScroll {
overflow-y: hidden; overflow-y: hidden !important;
} }
/* Let hidden user names be visible */ /* Let hidden user names be visible */