Skip to content

Commit

Permalink
Fix resizable fixed height in panel-group.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Mar 1, 2017
1 parent 35c4a70 commit 273157d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stylesheets/components/_panel-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
flex-direction: column;
height: 100%;

.resizable.disabled {
height: $panel-header-height;
.resizable.fixed {
height: $panel-header-height + $space-min;
}

.panel-group-header {
Expand Down

0 comments on commit 273157d

Please sign in to comment.