Skip to content

Commit 0bfe527

Browse files
committed
style(grid): position the add row snackbar central
1 parent 75222f2 commit 0bfe527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2338,8 +2338,9 @@
23382338
%igx-grid__addrow-snackbar {
23392339
position: absolute;
23402340
z-index: 5;
2341-
left: 35%;
23422341
bottom: 25%;
2342+
left: 50%;
2343+
transform: translateX(-50%);
23432344
}
23442345

23452346
%igx-grid__filtering-cell {

0 commit comments

Comments
 (0)