Skip to content

Commit

Permalink
compass-sidebar-content height is 100% minus the top portion (home, f…
Browse files Browse the repository at this point in the history
…ilter) to make overflow-y scroll work (#613)
  • Loading branch information
Sean-Oh authored and rueckstiess committed Nov 22, 2016
1 parent 36362fc commit 32608fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal-packages/sidebar/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
top: 114px;
bottom: 0;
width: 250px;
height: ~"calc(100% - 112px)";
}

&-title {
Expand Down

0 comments on commit 32608fb

Please sign in to comment.