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 72
72
< div #pivotContainer class ="igx-grid__tr-action " [style.min-width.px] ="grid.pivotRowWidths "
73
73
(igxDragEnter) ="onAreaDragEnter($event, rowArea, 0) " (igxDragLeave) ="onAreaDragLeave($event, rowArea) "
74
74
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; '>
76
76
77
77
< div *ngIf ="grid.rowDimensions.length === 0 ">
78
78
< span class ='igx-pivot__emptyChipArea '> Drop Row Fields here.</ span >
131
131
</ div >
132
132
<!-- Header thumb area -->
133
133
< 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