-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Labels
css-ui-4Current WorkCurrent Work
Description
Using "auto" value with "overflow" property, user agents display scroll bars only if the content is overflowing and hide scroll bars by default. If content fits inside the element's padding box, it looks the same as with "visible" value.
But if the "resize" property is used, the element always displays a mechanism for allowing the user to resize it (except for "none" value, of course).
It would be nice to have values like "auto", "auto-horizontal", "auto-vertical", etc that would display the mechanisn for resizing the element only when content is overflowing.
Is there a reason for "resize" property not having these kind of values?
Metadata
Metadata
Assignees
Labels
css-ui-4Current WorkCurrent Work