Remove calendar header padding for scrollbar

This commit is contained in:
Mark McDowall 2015-06-21 23:08:35 -07:00
parent a9ada8fcf1
commit 2b6bac8104
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ module.exports = Marionette.ItemView.extend({
// Remove height from calendar so we don't have another scroll bar
this.$('.fc-day-grid-container').css('height', '');
this.$('.fc-row.fc-widget-header').attr('style', '');
},
_eventRender : function(event, element) {