Skip to content

Commit 32608fb

Browse files
Sean-Ohrueckstiess
authored andcommitted
compass-sidebar-content height is 100% minus the top portion (home, filter) to make overflow-y scroll work (#613)
1 parent 36362fc commit 32608fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal-packages/sidebar/styles/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
top: 114px;
2020
bottom: 0;
2121
width: 250px;
22+
height: ~"calc(100% - 112px)";
2223
}
2324

2425
&-title {

0 commit comments

Comments
 (0)