Skip to content

Commit

Permalink
avoid page-wide scrollbar (realdennis#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj authored and realdennis committed Dec 15, 2019
1 parent 855ce57 commit 9bfa0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Components/Markdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ export default styled(Markdown)`
* {
box-sizing: border-box;
}
height: 100%;
height: calc(100% - 40px);
display: flex;
`;

0 comments on commit 9bfa0e4

Please sign in to comment.