Skip to content

Commit

Permalink
fix(splitter): allow pane children to use 100% height (Angular)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyoshev committed Feb 12, 2018
1 parent dcf2913 commit 5720b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/splitter/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
max-width: 100%;
min-height: 0;
max-height: 100%;
height: 100%; // allows nested elements to use height: 100%
}

.k-pane-static {
Expand Down

0 comments on commit 5720b52

Please sign in to comment.