/* undo the min-height 100% trick used to fill the container's height */
.fc-time-grid {
    min-height: 0 !important;
}

/* kill the scrollbars and allow natural height */
.fc-time-grid-container {
    overflow: visible !important;
    height: auto !important;
}

/* hide the divider */
hr.fc-divider {
    display: none !important;
}