Forum Discussion
How to remove blue outline from embedded report?
Hi alexbjorlig
As far as I know, there is no way to disable this behaviour.
CSS in your own application will have no effect on the content of the embedded iFrame used by the report.
I would really like to be proved wrong on this one though, as it has bugged me for months now.
Maybe we should raise a new 'idea' and try to get enough people to vote for it to make it happen.
Ok - according to this SO answer, you are correct about the CSS affecting the iframe.
What about the javascript powerbi-client - is it open source?
Then I could maybe draft a pull request to add this feature?
- Anonymous6 years agoNot applicable
The JavaScript Power BI client source code is a simple/thin API layer that allows applications to communicate with the underlying Power BI content.
Most of the visual content is delivered through closed-source API requests, so I don't think that the markup/css changes required could be done within the JavaScript client code (unfortunately).
- alexbjorlig6 years ago
Helper IV
Ok - that is pretty bad news 😢
So the only option is to submit this as a feature request / idea...
- Anonymous6 years agoNot applicable
Yeah. I had been tempted to raise a support call in the past.
But this is clearly 'by design' and cannot be considered a bug/support issue.