Skip to content

Commit

Permalink
fix(grid): non sticky header cells should slide below sticky cells
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Apr 20, 2021
1 parent e331c6b commit be74a9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default/scss/grid/_layout.scss
Expand Up @@ -300,6 +300,8 @@

.k-grid-header {
.k-header {
z-index: 1;

&.k-first {
border-left-width: 0;
border-right-width: $grid-cell-vertical-border-width;
Expand Down

0 comments on commit be74a9e

Please sign in to comment.