diff options
Diffstat (limited to 'webui/src/components/CommentInput')
-rw-r--r-- | webui/src/components/CommentInput/CommentInput.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webui/src/components/CommentInput/CommentInput.tsx b/webui/src/components/CommentInput/CommentInput.tsx index f12ee8d8..7bf0995d 100644 --- a/webui/src/components/CommentInput/CommentInput.tsx +++ b/webui/src/components/CommentInput/CommentInput.tsx @@ -20,6 +20,7 @@ const useStyles = makeStyles((theme) => ({ margin: theme.spacing(2, 0), }, preview: { + overflow: 'auto', borderBottom: `solid 3px ${theme.palette.grey['200']}`, minHeight: '5rem', }, |