Increase grid height to show last popup message
This commit is contained in:
parent
25c4d24c0f
commit
be45a9656f
@ -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%'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user