Skip to content

Commit

Permalink
Merge pull request #401 from manuelc2209/fix/code-container-overflow
Browse files Browse the repository at this point in the history
Add Overflow to Code Container
  • Loading branch information
manuelc2209 authored Feb 20, 2024
2 parents 6e0b98f + c7833e8 commit 04a58a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/code-sample/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const StyledCodeContainer = styled.div`
display: flex;
flex-direction: column;
width: 100%;
overflow-y: auto;
`;

export const StyledHighlighter = styled.div`
Expand Down

0 comments on commit 04a58a7

Please sign in to comment.