Problem: textarea { width: 100%; } overflow parent element width.
textarea { width: 100%; }
Solution: fix it with textarea { box-sizing: border-box; } .
textarea { box-sizing: border-box; }