diff --git a/src/components.jsx b/src/components.jsx index 8402ad2..c0f98d6 100644 --- a/src/components.jsx +++ b/src/components.jsx @@ -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;