Ver Fonte

Fix height of calendar list

Rob Gökemeijer há 8 anos atrás
pai
commit
ca4469b0bf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      js/custom.js

+ 1 - 1
js/custom.js

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