Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Allow question and answers textareas to be resizable
Many questions and answers on Software might involve a lot of code that typically require more width and/or height to be displayed in a way that is easy to read.
Why simply not enforce resize: none
and allow the user to resize the textarea to their needs (if the browser allows it and they want to do so)?
Anyone who is happy with the current size will never use the resize handler provided by some browsers?
A resized text area is not affecting the layout too much as it has a greater z-index
:
1 comment thread