virgofx opened a new issue, #25956:
URL: https://github.com/apache/superset/issues/25956

   ## Screenshot
   
   When using Playwright via feature flag.
   
   
![image](https://github.com/apache/superset/assets/739719/42b38c21-cf20-4f0f-8b98-06ad078828d1)
   
   
   Expected result (when not using playwright)
   
   
![image](https://github.com/apache/superset/assets/739719/81bde4cf-f4bb-437a-b158-0cdec2e16156)
   
   ## 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]

Reply via email to