ui
ui copied to clipboard
[Bug] Vertical resize for textareas
Version
2.1.2
Reproduction link
https://jsfiddle.net/Lojqd417/
Operating System
Linux
Device
VMware
Browser & Version
Firefox 83
Steps to reproduce
Having this code in a webpage:
And this CSS overriding textarea setting:
textarea { resize: vertical!important; }
What is expected?
The textarea should be resized with the mouse.
What is actually happening?
Texarea is not resized
Solution
Additional comments
In the jsfiddle it works, because the material dashboard css is not included.