ArcadiaPower / arc-quickstart

A sample app and accompanying walkthrough for the Arc APIs
7 stars 5 forks source link

Utility Connect modal CSS pollutes global scope on the page that includes it #6

Closed mgerring closed 3 years ago

mgerring commented 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.