virgofx opened a new issue, #25956: URL: https://github.com/apache/superset/issues/25956
## Screenshot When using Playwright via feature flag.  Expected result (when not using playwright)  ## Description It appears when using a custom background on a dashboard it covers the entire screenshot as shown above. Custom CSS was applied as follows: ``` /* changing the main dash background */ .dashboard-content{ background-color: green; --#452b5b; } /* changing the title bar background and text color */ /* note that the title text looks goofy in edit mode */ .header-with-actions { background-color: green; --#452b5b; color: white; } /* messing with the header tabs bar */ /* this is a ridiculous selector... more classes or test attributes could help */ .dashboard-header-container + div .dashboard-component.dashboard-component-tabs { background: green; --#452b5b; } ``` /cc @kgabryje -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
