diff --git a/resources/servo.css b/resources/servo.css index 26d8fe90af2..dbd3f30e72a 100644 --- a/resources/servo.css +++ b/resources/servo.css @@ -31,5 +31,9 @@ td[align="right"] { text-align: right; } center { text-align: -servo-center; } input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]), -textarea { cursor: text } +textarea { + cursor: text; + overflow: hidden; + -servo-overflow-clip-box: content-box; +}