Here is the page:
http://table-d1ae14.webflow.io/resources/technical-info
Simple idea, it’s a dynamic table where each row is nested in a div that triggers a modal, containing corresponding dynamic content.
Problem is, when I publish the modal body class=“modal” is set to display: none;
I have it set to display: block in the designer, and it will show if I manually override in developer tools to display: block !important;
Any ideas on how to fix this display issue?