Skip to content

Commit b487a82

Browse files
authored
Merge pull request #7563 from IgniteUI/mpopov/fix-scrollbar-gap
fix(grid): scrollbar border gap
2 parents 501e175 + 061bd8c commit b487a82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@
970970
}
971971

972972
%grid-tbody-scrollbar {
973+
background: --var($theme, 'content-background');
973974
border-#{$left}: 1px solid igx-color($palette, 'grays', 300);
974975
position: relative;
975976
}

0 commit comments

Comments
 (0)