mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Make textarea scrollable
This commit is contained in:
parent
73ad0b928d
commit
b9f8df1776
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,10 @@ textarea {
|
||||||
-servo-overflow-clip-box: content-box;
|
-servo-overflow-clip-box: content-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements */
|
/* https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements */
|
||||||
details {
|
details {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue