Skip to content

Commit 2966068

Browse files
authored
Merge pull request #5707 from IgniteUI/PMiteva/set-grid-z-index-to-1-7.3.x
Remove style z-index from grid samples
2 parents 033e917 + e69179c commit 2966068

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/app/grid-column-moving/grid-column-moving.sample.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
[filterMode]="'excelStyleFilter'"
2222
[paging]="false"
2323
[width]="'900px'"
24-
[height]="'800px'"
25-
[style.zIndex]="'1'">
24+
[height]="'800px'">
2625
<igx-column *ngFor="let c of columns" [field]="c.field"
2726
[header]="c.field"
2827
[movable]="c.movable"

src/app/grid-filter-template/grid-filter-template.sample.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
[rowSelectable]="true"
1313
[paging]="false"
1414
[width]="'900px'"
15-
[height]="'800px'"
16-
[style.zIndex]="'1'">
15+
[height]="'800px'">
1716
<igx-column *ngFor="let c of columns" [field]="c.field"
1817
[header]="c.field"
1918
[movable]="c.movable"

src/app/tree-grid/tree-grid.sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
rowSelectable="true" [paging]="false" [displayDensity]="density" [width]="'900px'" [height]="'500px'"
1717
[showToolbar]="true" [columnHiding]="true" [columnPinning]="true" [exportExcel]="true" [exportCsv]="true"
1818
exportText="Export" exportExcelText="Export to Excel" exportCsvText="Export to CSV" [allowFiltering]="true"
19-
[filterMode]="'excelStyleFilter'" [style.zIndex]="'1'">
19+
[filterMode]="'excelStyleFilter'">
2020
<igx-column *ngFor="let c of columns" [field]="c.field" [header]="c.field" [pinned]="c.pinned"
2121
[movable]="c.movable" [groupable]="false" [resizable]="c.resizable" [width]="c.width"
2222
[sortable]="true" [filterable]="true" [editable]="true" [hidden]="c.hidden" [hasSummary]="c.summary"

0 commit comments

Comments
 (0)