Browse Source

Fix height of calendar list

Rob Gökemeijer 8 years ago
parent
commit
ca4469b0bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/custom.js

+ 1 - 1
js/custom.js

@@ -332,7 +332,7 @@ function pageLoad(){
 
     //limit height of calendar list view
     $('.fc-scroller').slimScroll({
-        height: '400px',
+        height: '270px',
         position: 'right',
         size: "5px",
         color: '#dcdcdc'