Browse Source

fix vertical scroll

pull/1/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
387fff6446
  1. 1
      edit-mode/function/ganttConfig.js
  2. 1
      view-mode/function/ganttConfig.js

1
edit-mode/function/ganttConfig.js

@ -518,6 +518,7 @@ gantt.config.layout = {
{ view: "scrollbar", id: "scrollHor", group: "horizontal" }
]
},
{ view: "scrollbar", id: "scrollVer" }
]
};

1
view-mode/function/ganttConfig.js

@ -407,6 +407,7 @@ gantt.config.layout = {
{ view: "scrollbar", id: "scrollHor", group: "horizontal" }
]
},
{ view: "scrollbar", id: "scrollVer" }
]
};

Loading…
Cancel
Save