Skip to content

Commit 641e761

Browse files
authored
Merge branch 'master' into changelog-update
2 parents a918ad4 + 18e984b commit 641e761

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
overflow: hidden;
604604
box-shadow: $grid-shadow;
605605
outline-style: none;
606-
z-index: 0;
606+
z-index: 1;
607607
border: $grid-border-width solid --var($theme, 'grid-border-color');
608608

609609
%cbx-display {

src/app/grid-auto-size/grid-auto-size.sample.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
[filterMode]="'excelStyleFilter'"
3333
[paging]="false"
3434
[width]="'800px'"
35-
[height]="height"
36-
[style.zIndex]="'1'">
35+
[height]="height">
3736
<igx-column *ngFor="let c of columns" [field]="c.field"
3837
[header]="c.field"
3938
[movable]="c.movable"

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)