Skip to content

Commit db4cf94

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix for default toolbar drop-down height when all rows are pinned.
1 parent 1f811d7 commit db4cf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/toolbar/grid-toolbar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class IgxGridToolbarComponent extends DisplayDensityBase {
7676
*/
7777
@Input()
7878
get defaultDropDownsMaxHeight() {
79-
const gridHeight = this.grid.calcHeight;
79+
const gridHeight = this.grid.totalHeight;
8080
return (gridHeight) ? gridHeight * 0.7 + 'px' : '100%';
8181
}
8282

0 commit comments

Comments
 (0)