Browse Source

css calendar change

causefx 8 years ago
parent
commit
a5c2ece85d
2 changed files with 5 additions and 2 deletions
  1. 4 1
      css/organizr.css
  2. 1 1
      plugins/bower_components/calendar/dist/fullcalendar.js

+ 4 - 1
css/organizr.css

@@ -589,5 +589,8 @@ span.homepage-text {
 	}
 	}
 }
 }
 .fc-view-container .fc-view .fc-scroller {
 .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;
 }
 }

+ 1 - 1
plugins/bower_components/calendar/dist/fullcalendar.js

@@ -9916,7 +9916,7 @@ var Scroller = FC.Scroller = Class.extend({
 
 
 
 
 	renderEl: function() {
 	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>'));
 	},
 	},