summaryrefslogtreecommitdiff
path: root/src/select/properties/overflow_y.c
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-1/+1
|
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-0/+72
Now, overflow is a shorthand property setting both overflow-x and overflow-y. The getter for the computed overflow has been removed, and replaced with two for overflow-x and overflow-y.