diff --git a/src/index.css b/src/index.css index 145dc14..75a190d 100644 --- a/src/index.css +++ b/src/index.css @@ -46,6 +46,7 @@ textarea::-webkit-scrollbar-thumb:hover { textarea { overflow-x: hidden; + overflow-y: auto; overflow-wrap: break-word; word-break: break-word; }