Hello
I am using a definition like below for bold report viewer.
<div id="wrapper" class="w-100">
<div id="report-viewer" style="width: 100%;height: 900px" >
</div>
</div>
If a page only has a report viewer, I'm fine.
However, when I want to put the report-viewer object for a tab item of SfTab, the screen does not work correctly.
Is there any way to do this?