Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 56a12db

Browse files
committed
fix: add missing overflow on textarea
1 parent 55aef48 commit 56a12db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ const styles = {
598598
width: '100%',
599599
resize: 'none',
600600
color: 'inherit',
601+
overflow: 'hidden',
601602
MozOsxFontSmoothing: 'grayscale',
602603
WebkitFontSmoothing: 'antialiased',
603604
WebkitTextFillColor: 'transparent',

0 commit comments

Comments
 (0)