Skip to content

Commit dbe3ecd

Browse files
authored
fix(footer.less): Empty footer cells now take the full available height. (#6630)
fix #3416
1 parent cb7c5d7 commit dbe3ecd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/less/footer.less

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
width: 100%;
2525
}
2626

27+
.ui-grid-footer-viewport,
28+
.ui-grid-footer-canvas {
29+
display: flex;
30+
flex-direction: column;
31+
flex: 1 1 auto;
32+
height: 100%;
33+
}
34+
2735
.ui-grid-footer-viewport {
2836
overflow: hidden; // Disable so menus show up
2937
}

0 commit comments

Comments
 (0)