Tim Cashion
06/23/2025, 6:12 PMJoseph Heun
06/23/2025, 6:21 PMTim Cashion
06/23/2025, 6:23 PMBranislav Slávik
06/25/2025, 4:11 PM<iframe src="<https://pushoperations.cloud.gooddata.com/dashboards/embedded/#/workspace/prod-93010305-8ba0-4876-9c03-9ca4d1a0d536/dashboard/730383b7-263c-4bf7-92fc-848e82ff6ea9?showNavigation=true&setHeight=700>" height="700px" width="100%" frameborder="0"></iframe>
which corresponds to the code pre-generated / provided by the GoodData UI.
With that in mind, could you please share the HTML / iFrame code that your application is using? The main goal is to have a code that would allow us to create some kind of a "minimal reproducer".Branislav Slávik
06/26/2025, 12:11 PM<div class="header"><br>My header</br></div>
<iframe title="Embed GD Application" id="embedded-app-frame" class="fullscreen" src="..."></iframe>
...
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow:hidden;
}
.fullscreen {
width: 100%;
height: 100%;
border: none;
}
.header {
height: 5%;
}
</style>
The most important part there is the:
overflow:hidden;
in the html, body
part of the "style". Changing it to visible
or scroll
makes the "Private" button / menu available after scrolling down.
Please let me know if the above is the case and proposed change helped. If so, may we consider this as resolved?Branislav Slávik
07/01/2025, 1:10 PMBranislav Slávik
07/07/2025, 11:33 AMTim Cashion
07/15/2025, 4:01 PM