I have developed a calculator using javascript and html that expands as the user inputs data. However, I am facing an issue where the content and social media buttons in the div
below the calculator are not adjusting properly due to overlapping.
I have tried various CSS properties like display:block
, position:relative
, but haven't been successful in fixing the overlap issue. As my calculator dynamically resizes, I'm unsure how to position the subsequent div
correctly. Any suggestions on how to ensure the following div
starts after the calculator without overlapping?
You can view the page at:
Thank you for your help!