mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Hide overflow of <input>, fix #9477
This commit is contained in:
parent
142610265e
commit
79656278f2
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue