You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/04/17 01:57:01 UTC

[GitHub] [incubator-superset] raphaelmerx commented on issue #6811: Add .standalone class to when in standalone mode

raphaelmerx commented on issue #6811: Add .standalone class to <body> when in standalone mode
URL: https://github.com/apache/incubator-superset/pull/6811#issuecomment-614994272
 
 
   @lilila I have a superset URL for a standalone dashbaord that looks like `https://example.com/superset/dashboard/10/?standalone=true`. This URL is used in an iframe that is present on my site.
   Then when i open that dashbaord URL (without the `?standalone=true`) in a separate tab, and go to Edit dashboard > Edit CSS, some of my CSS only targets the dashboard in standalone mode e.g.
   ```css
   .standalone .dashboard-component-chart-holder {
       border: 1px solid;
   }
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org