Skip to content

Commit 5f572b8

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix pivot scrollbar placeholder size.
1 parent 3de7752 commit 5f572b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
13071307

13081308
/** @hidden @internal */
13091309
public get pivotPinnedWidth() {
1310-
return !this._init ? (this.pinnedStartColumns.length > 0 ? this.pinnedStartWidth : this.headerFeaturesWidth) : 0;
1310+
return !this._init ? this.pinnedStartWidth : 0;
13111311
}
13121312

13131313
/** @hidden @internal */

0 commit comments

Comments
 (0)