I'm experiencing difficulties with the scaling of my body content.
When the page is initially opened, it scales to 100%. However, when I resize the screen to make it wider, the content gets bigger but when I try to make it smaller again, it remains at the widest point it was stretched to.
I suspect that the issue may be caused by Netsuite's excessive use of tables for structuring. Here is the link to my sandbox site:
We are still in the early stages of development, so please excuse any messiness on the site.
Upon inspecting the site using Chrome's dev tools, I noticed that the body content div scales with the screen, but it seems like the table inside it is sticking to a maximum width.
How can I ensure that this table inherits the width of the body div?