@@ -125,6 +125,10 @@ body input[type="checkbox"] + label.form-label {
body .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button {
font-size: 14px;
}
+
+ body .fc .fc-scroller-harness-liquid {
+ min-height: 200px;
+ }
@media (max-width: 1024px) and (min-width: 500px) {
@@ -261,6 +261,7 @@
center: 'title',
right: 'prevYear,prev,next,nextYear today',
},
+ displayEventEnd: false,
dateClick: function(info) {
var x = info.dateStr.split("T");
$("#date").val(x[0]);