jamesyjamesman / flowChart

An in-progress webapp that allows the user to manipulate elements on screen. An example usecase could be planning out steps to a certain outcome.
0 stars 0 forks source link

New div element causing overlap/overflow #4

Open jamesyjamesman opened 7 hours ago

jamesyjamesman commented 7 hours ago

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.