Skip to content

Commit

Permalink
[hotfix/6898]
Browse files Browse the repository at this point in the history
 - canvas now has a minimum height of 1px, which renders it even if it has no data
  • Loading branch information
prx-lmo authored and mportuga committed Jul 31, 2021
1 parent 28542f2 commit 07c26d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/less/body.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
.ui-grid-canvas {
position: relative;
padding-top: 1px; // to prevent canvas from absorbing the 1st rendered row's margin
min-height: 1px; // so that it's rendered, even if it has no data
}

.ui-grid-row {
Expand Down

0 comments on commit 07c26d5

Please sign in to comment.