Skip to content

Commit

Permalink
remove useless overflow-y.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 26, 2023
1 parent 36bcb6a commit cf77c6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export const CommentDate = styled.a`
export const CommentContent = styled.div`
margin-top: 8px;
max-height: 306px;
overflow-y: auto;
max-width: 600px;
white-space: pre-wrap;
word-break: break-all;
Expand Down

0 comments on commit cf77c6a

Please sign in to comment.