Closed mgerring closed 3 years ago
Expected behavior: Modal loads and leaves existing page CSS unchanged
What happens: The modal loads some reset CSS that applies globally, affecting other elements on the page
To reproduce: Include the modal on any page with other styled elements
To fix this, the modal and its overlay probably needs to have exclusively inline CSS, or else load itself via an iframe.
Expected behavior: Modal loads and leaves existing page CSS unchanged
What happens: The modal loads some reset CSS that applies globally, affecting other elements on the page
To reproduce: Include the modal on any page with other styled elements
To fix this, the modal and its overlay probably needs to have exclusively inline CSS, or else load itself via an iframe.