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 forms part of the hidden scroll bar.
2
Answers
To continue with the general zero widht scrollbar, I overrode the css for textareas by adding:
Here is a solution to allow resizing of textarea without showing the scrollbar: