@@ -589,5 +589,8 @@ span.homepage-text {
}
.fc-view-container .fc-view .fc-scroller {
- max-height: 212px !important;
+ max-height: 191px !important;
+}
+.fc-view-container .fc-month-view .fc-scroller {
+ max-height: 100% !important;
@@ -9916,7 +9916,7 @@ var Scroller = FC.Scroller = Class.extend({
renderEl: function() {
- return (this.scrollEl = $('<div style="ovnerflow:auto !important" class="fc-scroller" data-simplebar></div>'));
+ return (this.scrollEl = $('<div style="ovnerflow:auto !important" class="fc-scroller" data-simplebar data-simplebar-force-enabled="true" data-simplebar-autohide="false" ></div>'));
},