mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Remove calendar header padding for scrollbar
This commit is contained in:
parent
a9ada8fcf1
commit
2b6bac8104
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user