Skip to content

Commit 18a487e

Browse files
committed
fix(core): change scrollbar-placeholder background-color to transparent
1 parent 424212c commit 18a487e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/less/grid.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
.ui-grid-scrollbar-placeholder{
23-
background-color: @headerVerticalBarColor;
23+
background-color: transparent;
2424
}
2525

2626
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {

0 commit comments

Comments
 (0)