diff --git a/src/web-components/comments/css/comment-input.style.ts b/src/web-components/comments/css/comment-input.style.ts index c13516ae..712cd247 100644 --- a/src/web-components/comments/css/comment-input.style.ts +++ b/src/web-components/comments/css/comment-input.style.ts @@ -29,7 +29,6 @@ export const commentInputStyle = css` font-family: Roboto; white-space: pre-wrap; word-wrap: break-word; - overflow-y: scroll; resize: none; line-height: 1rem; max-height: 5rem;