View Single Post
Quote:
Originally Posted by dangerous
Is there any chance we will get resizable textareas like in Safari, rather than (or in addition to) the zoomed text editor? I love the resizable textareas, and they are far more elegant than the zoomed text editor IMO.
For those interested in the Safari resizable text area. We're creating a hidden preference that will enable them in OmniWeb. Or you can create a custom style sheet that includes this:

textarea {
resize: both !important;
}