Make textarea scrollable

This commit is contained in:
kilobtye 2016-07-09 22:38:13 +08:00
parent 73ad0b928d
commit b9f8df1776

View file

@ -132,6 +132,10 @@ textarea {
-servo-overflow-clip-box: content-box;
}
textarea {
overflow: auto;
}
/* https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements */
details {
display: block;