mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Auto merge of #12364 - kilobtye:textarea, r=jdm
Make textarea scrollable <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #10058 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12364) <!-- Reviewable:end -->
This commit is contained in:
commit
8c1be9b07c
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