Skip to content

Commit ad9f2e2

Browse files
committed
fix(grid height): add height to grid and parent
1 parent d7d7d81 commit ad9f2e2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/app/hierarchical-grid/hierarchical-grid-column-pinning/hierarchical-grid-toolbar-pinning.component.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
width: 100%;
33
}
44

5+
:host {
6+
height: 110vh;
7+
}
8+
59
.grid__wrapper {
6-
margin: 0 auto;
10+
margin: 0 auto 4rem;
711
padding: 16px;
12+
height: 100%;
813
}

0 commit comments

Comments
 (0)