padding-text-overflow.html (235B)
1 <!doctype html> 2 <style> 3 textarea { 4 width: 100px; 5 height: 100px; 6 box-sizing: border-box; 7 padding: 50px 0px; 8 overflow: hidden; 9 resize: none; 10 } 11 </style> 12 <!-- Text should be visible --> 13 <textarea>Foo</textarea>