/ src / styles / embed.css
embed.css
 1  * {
 2    transition: none;
 3  }
 4  
 5  html,
 6  body,
 7  .main {
 8    /* this file is included before app.css in the production build */
 9    background-color: transparent !important;
10  }