Fix frappe/erpnext#9115 (#3449)

This commit is contained in:
Faris Ansari 2017-06-09 17:01:52 +05:30 committed by GitHub
parent 21d720923e
commit 8d2bb6bc95

View file

@ -429,7 +429,7 @@ return /******/ (function(modules) { // webpackBootstrap
self.canvas.rect(0, 0, grid_width, grid_height).addClass('grid-background').appendTo(self.element_groups.grid);
self.canvas.attr({
height: grid_height + self.config.padding,
height: grid_height + self.config.padding + 100,
width: '100%'
});
}