File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7272 < div #pivotContainer class ="igx-grid__tr-action " [style.min-width.px] ="grid.pivotRowWidths "
7373 (igxDragEnter) ="onAreaDragEnter($event, rowArea, 0) " (igxDragLeave) ="onAreaDragLeave($event, rowArea) "
7474 igxDrop (dropped) ="onDimDrop($event, rowArea, 0) " (pointerdown) ="$event.preventDefault() "
75- style ='display: flex; align-items: flex-end; '>
75+ style ='display: flex; align-items: flex-end; z-index: 4; background: inherit; '>
7676
7777 < div *ngIf ="grid.rowDimensions.length === 0 ">
7878 < span class ='igx-pivot__emptyChipArea '> Drop Row Fields here.</ span >
131131</ div >
132132<!-- Header thumb area -->
133133< div *ngIf ="!row " class ="igx-grid-thead__thumb " [hidden] ="!grid.hasVerticalScroll() " [style.width.px] ="grid.scrollSize ">
134- </ div >
134+ </ div >
You can’t perform that action at this time.
0 commit comments