MyBB Community Forums

Full Version: Textarea Overlap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The textarea overlaps while have padding. We have discussed this issue several times and have come up with several fixes (including core edits). But the proper fix might be including this css declaration:

textarea {
box-sizing: border-box;
}

See live example:
http://css-tricks.com/examples/BoxSizing/