summaryrefslogtreecommitdiff
path: root/src/select/properties/overflow_x.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.