Skip to content

Commit 07c26d5

Browse files
prx-lmomportuga
authored andcommitted
[hotfix/6898]
- canvas now has a minimum height of 1px, which renders it even if it has no data
1 parent 28542f2 commit 07c26d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/less/body.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
.ui-grid-canvas {
2828
position: relative;
2929
padding-top: 1px; // to prevent canvas from absorbing the 1st rendered row's margin
30+
min-height: 1px; // so that it's rendered, even if it has no data
3031
}
3132

3233
.ui-grid-row {

0 commit comments

Comments
 (0)