diff options
-rw-r--r-- | resources/servo.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/servo.css b/resources/servo.css index 98ee52c0982..8ec5e17bbf0 100644 --- a/resources/servo.css +++ b/resources/servo.css @@ -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; |