Forum Discussion
alexbjorlig
Helper IV
6 years agoHow to remove blue outline from embedded report?
My objective is to hide the blue box-shadow outline, power bi embedded adds when clicking on embedded content: Using the chrome dev tools, I have found what I believe is the relevant ...
alexbjorlig
Helper IV
6 years agoOk - 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?
Anonymous
6 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).