Skip to content

Commit

Permalink
fix(gantt): columnMenu position telerik/kendo#11149
Browse files Browse the repository at this point in the history
  • Loading branch information
veselints authored and joneff committed Sep 9, 2020
1 parent acd7b36 commit 9b9ea02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/default/scss/gantt/_layout.scss
Expand Up @@ -30,6 +30,9 @@
.k-grid-header .k-header {
position: static;
}
.k-treelist .k-grid-header .k-header {
position: relative;
}
.k-grid-content tr {
height: calc( #{$line-height-em} + #{$grid-cell-padding-y * 2} + #{$grid-cell-horizontal-border-width} );
}
Expand Down

0 comments on commit 9b9ea02

Please sign in to comment.