Procházet zdrojové kódy

Fix height of calendar list

Rob Gökemeijer před 8 roky
rodič
revize
ca4469b0bf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'