JonathanAhrenkiel-Frellsen commented on issue #34830:
URL: https://github.com/apache/superset/issues/34830#issuecomment-3217155402

   I resolved the issue, not sure if it is the best practice. I still wanted to 
share it in case someone else gets the same issue in the future. I updated the 
following css class:
   .dashboard-component-chart-holder {
         width: 100%;
         height: 100%;
         box-sizing: border-box; // <-- added this line
         background-color: ${theme.colorBgContainer};
         position: relative;
         padding: ${theme.sizeUnit * 4}px;
         overflow-y: visible;
   
   Now the iframe looks identical to the superset dashboard. I also tried to do 
the same with the css templates instead, but not sure how they work so I could 
not get it to work.


-- 
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