Skip to content

Commit 233ee2c

Browse files
authored
Merge branch 'master' into tzhelev/gridSearch-exactMatch
2 parents dcfad33 + 13b6021 commit 233ee2c

File tree

4 files changed

+847
-908
lines changed

4 files changed

+847
-908
lines changed

projects/igniteui-angular/src/lib/core/styles/components/list/_list-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,13 @@
9898
$list-empty-padding: em(16px, 16px);
9999

100100
%igx-list {
101+
position: relative;
101102
display: flex;
102103
flex-flow: column nowrap;
103104
background-color: --var($theme, 'background');
104105
height: 100%;
105106
overflow: hidden;
107+
z-index: 0;
106108
}
107109

108110
%igx-list-empty {

0 commit comments

Comments
 (0)