I am facing an issue with a Div that contains multiple absolutely positioned divs. The clickable area of the main div expands to cover the children, but the drawn area does not. I need the drawn area to encompass all the container divs.
You can view a JSFiddle of the code here.
Upon refreshing the page several times, you may notice a small red box in the top left corner (hidden by the divs). This box is the container, and my goal is to have it surround all the child elements.
If you have any ideas or suggestions, please let me know. Thank you.