Skip to content

Commit 622c382

Browse files
gazdagergowuweiweiwu
authored andcommitted
sidebar top fix (#328)
Fixes sidebar cut-down top.
1 parent 19b00f6 commit 622c382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/src/components/Sidebar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const Container = styled('div')`
1010
display: flex;
1111
flex-direction: column;
1212
border-right: 1px solid #e0e0e0;
13+
min-height: 5em;
1314
`;
1415

1516
const TitleArea = styled('div')`

0 commit comments

Comments
 (0)