I have css applied to a textarea and Pycharm says resize is not supported by Edge 18. Is this going to be a problem with Edge browser? I don't know how much I should care about this inspection tbh...
textarea {
resize: none;
}
I have css applied to a textarea and Pycharm says resize is not supported by Edge 18. Is this going to be a problem with Edge browser? I don't know how much I should care about this inspection tbh...
textarea {
resize: none;
}
As I know this is the only way to do this. CanIUse says that it has 82% coverage. I don't think this will be a problem.
P.S. It is only supported by the webkit browsers