Skip to content

Commit b0ebd6a

Browse files
committed
chore(pivot-row): remove unwanted thumb when using header-row in pivot-row
1 parent 84c2f9d commit b0ebd6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-header-row.component.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
<div class="igx-grid__tr" role="row" [style.width.px]="width">
66

77
<ng-container *ngIf="!row">
8-
<div #pivotContainer class="igx-grid__tr-action" [style.min-width.px] = "grid.pivotRowWidths"
8+
<div #pivotContainer class="igx-grid__tr-action" [style.min-width.px] = "grid.pivotRowWidths"
99
(pointerdown)="$event.preventDefault()">
10-
1110
</div>
1211
</ng-container>
1312

@@ -58,4 +57,4 @@
5857
</div>
5958
</div>
6059
<!-- Header thumb area -->
61-
<div class="igx-grid-thead__thumb" [hidden]="!grid.hasVerticalScroll()" [style.width.px]="grid.scrollSize"></div>
60+
<div class="igx-grid-thead__thumb" [hidden]="row ? true : !grid.hasVerticalScroll()" [style.width.px]="grid.scrollSize"></div>

0 commit comments

Comments
 (0)