Table scroll bars are not visible in Google Chrome
Semptra opened this issue · 2 comments
In the embedded report, scroll bars for the Table
are now visible in Google Chrome.
In Firefox, scroll bars are visible.
Example:
Report in Power BI Workspace
Report in Power BI Embedded
However, I have found that if I apply the following configuration to the report, it magically fixes the problem:
settings: {
layoutType: models.LayoutType.Custom,
customLayout: {
pagesLayout: {
'': { visualsLayout: { '': { } } }
}
}
}
System information.
Angular version - 11
powerbi-client-angular version - 2.0.0
Google Chrome version - 111.0.5563.111 (Official Build) (64-bit)
Unable to repro the issue with the same versions. Might be report specific. Please share further information or contact Power BI Support.
@KotanaSai21 thanks for checking this out, I've been able to find an issue on my side. For more info, you can check my question on SO (and maybe verify it and include this in your docs) - https://stackoverflow.com/questions/75855445/table-scroll-bars-are-not-visible-in-power-bi-embedded-google-chrome