Problem: textarea { width: 100%; } overflow parent element width.

Parent

Solution: fix it with textarea { box-sizing: border-box; } .

Parent