Skip to content

Commit

Permalink
fix(grid): show validation popups in sticky edit cell
Browse files Browse the repository at this point in the history
  • Loading branch information
PreslavKozovski authored and joneff committed Sep 3, 2020
1 parent bc0e344 commit 60092b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/default/scss/grid/_layout.scss
Expand Up @@ -1057,6 +1057,11 @@
.k-grid-footer-sticky {
position: sticky;
z-index: 2;

&.k-edit-cell {
overflow: visible;
z-index: 3;
}
}

.k-grid .k-grid-header-sticky,
Expand Down

0 comments on commit 60092b2

Please sign in to comment.