Fix frappe/erpnext#9115 (#3449)
This commit is contained in:
parent
21d720923e
commit
8d2bb6bc95
1 changed files with 1 additions and 1 deletions
|
|
@ -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%'
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue