Skip to content

Commit

Permalink
chore: Fix code snippet scroll
Browse files Browse the repository at this point in the history
LizBaker committed May 29, 2020
1 parent 5c497ae commit 203b680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/CodeSnippet.module.scss
Original file line number Diff line number Diff line change
@@ -3,13 +3,12 @@
font-family: Menlo;
line-height: 1rem;
font-size: 0.75rem;
overflow-y: scroll;

pre {
box-sizing: border-box;
margin: 0;
height: 100%;
overflow-y: scroll;
overflow-y: auto;
padding: 20px 20px 20px 10px;
}
}

0 comments on commit 203b680

Please sign in to comment.