Increase grid height to show last popup message

This commit is contained in:
Faris Ansari 2017-06-08 17:35:26 +05:30
parent 25c4d24c0f
commit be45a9656f

View File

@ -294,7 +294,7 @@ export default function Gantt(element, tasks, config) {
.appendTo(self.element_groups.grid); .appendTo(self.element_groups.grid);
self.canvas.attr({ self.canvas.attr({
height: grid_height + self.config.padding, height: grid_height + self.config.padding + 100,
width: '100%' width: '100%'
}); });
} }