Skip to content

Commit

Permalink
fix(gantt): add treelist scrollable class
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Aug 13, 2021
1 parent e20d8cb commit 0916bcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/default/scss/gantt/_layout.scss
Expand Up @@ -269,6 +269,12 @@
.k-gantt-treelist-nested-columns .k-grid-header tr {
height: calc( #{$line-height-em} + #{$grid-header-padding-y * 2} + 1px );
}

&.k-gantt-treelist-scrollable {
.k-grid-content {
overflow: scroll;
}
}
}


Expand Down

0 comments on commit 0916bcd

Please sign in to comment.