Skip to content

Commit

Permalink
fix(grid): column headers background has transparency on drag.
Browse files Browse the repository at this point in the history
Closes: #10864
  • Loading branch information
desig9stein committed Feb 1, 2022
1 parent 2d5d1dc commit a0d0942
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1958,6 +1958,11 @@
z-index: 25;
}

// Fix Grid column headers background has transparency on drag #10864
%grid__drag-ghost-image%igx-grid-th--selectable {
opacity: 1;
}

%grid__drag-ghost-image {
position: absolute;
display: flex;
Expand Down

0 comments on commit a0d0942

Please sign in to comment.