The draggable div element has an absolute position, which overlaps the input and textarea elements. Currently, both have a left padding to avoid overlap, but it pushes them out of center and the textarea out of bounds of the div. It also makes the box boundary strange.
The draggable div element has an absolute position, which overlaps the input and textarea elements. Currently, both have a left padding to avoid overlap, but it pushes them out of center and the textarea out of bounds of the div. It also makes the box boundary strange.