Html – The ability to resize a textarea goes away when the text exceeds the textarea height and the scrollbar width is set to 0
This took me a while to fix, and was frustrating. With this in the css: *::-webkit-scrollbar { width: 0; } When a textarea's content exceeds it's height it is no longer resizable as it appears that the resize widget then…