Skip to content

Commit 8908632

Browse files
authored
Merge pull request #12921 from IgniteUI/simeonoff/fix-12893-15.1.x
fix(toolbar): showProgress doesn't show progressbar
2 parents d631979 + f6fe088 commit 8908632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
);
122122

123123
%igx-grid-toolbar {
124+
position: relative;
124125
width: 100%;
125126
display: flex;
126127
align-items: center;

src/app/grid-export/grid-export.sample.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.igx-grid,
2-
.igx-grid-toolbar {
1+
igx-grid {
32
margin-bottom: 3rem;
43
}
54

0 commit comments

Comments
 (0)