Skip to content

Commit

Permalink
fix: fixed scrollbars on overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olensmar committed Jan 24, 2024
1 parent 793b502 commit 1a63a98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const TextContainer = styled.div`
width: 756px;
border-radius: 4px;
border: 1px solid ${Colors.grey4};
overflow: auto;
`;

export const TextTitle = styled.div`
Expand Down

0 comments on commit 1a63a98

Please sign in to comment.