From b9f8df1776d78d724e97a188c209f83cc7417a55 Mon Sep 17 00:00:00 2001 From: kilobtye Date: Sat, 9 Jul 2016 22:38:13 +0800 Subject: [PATCH] Make textarea scrollable --- resources/servo.css | 4 ++++ 1 file changed, 4 insertions(+) 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;