Skip to content

Commit

Permalink
fix(core): change scrollbar-placeholder background-color to transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
swalters committed Jul 15, 2015
1 parent 424212c commit 18a487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/less/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.ui-grid-scrollbar-placeholder{
background-color: @headerVerticalBarColor;
background-color: transparent;
}

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

0 comments on commit 18a487e

Please sign in to comment.