mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Remove calendar header padding for scrollbar
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user