css-reference-issues
css-reference-issues copied to clipboard
resize property
some browsers such as Firefox will let the user resize an element to a size that’s smaller than its default size
The following example makes a div resizable only vertically. That is, the user can increase its height (or decrease it in Firefox)
These aren't correct about resize property in firefox anymore.
Thank you for the update! Actually after testing in both Chrome and Firefox (Mac), I noticed that I can decrease the size in both (beyond the default value). What behavior do you see? Thank you
You're welcome! I see the same thing on Windows.