mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
Remove calendar header padding for scrollbar
This commit is contained in:
parent
a9ada8fcf1
commit
2b6bac8104
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ module.exports = Marionette.ItemView.extend({
|
||||||
|
|
||||||
// Remove height from calendar so we don't have another scroll bar
|
// Remove height from calendar so we don't have another scroll bar
|
||||||
this.$('.fc-day-grid-container').css('height', '');
|
this.$('.fc-day-grid-container').css('height', '');
|
||||||
|
this.$('.fc-row.fc-widget-header').attr('style', '');
|
||||||
},
|
},
|
||||||
|
|
||||||
_eventRender : function(event, element) {
|
_eventRender : function(event, element) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue