Pooja - Upgrading the 10.1.0 software version, ...
Upgrading the 10.1.0 software version, the ThoughtSpot screen overflows and shows the horizontal and vertical scrollbars, this causes Liveboards and Answers vertical scrollbar goes underneath and not visible to user in the embedded environment. How we can resolve the issue.
5 Replies
https://discord.com/channels/1143209406037758065/1359252503459533003/1359276430013239578
Can you use fullHeight to resolve this? Also can you send a SS for this?
If the issue persists, can you send a pic of the liveboard again? cc @priyanshu.kumar
We have the configuration for embed full application as const config: CustomAppViewConfig = {
frameParams: {
width: '100%',
height: '100%'
},
pageId: Page.Home,
showPrimaryNavbar: true,
disableProfileAndHelp: true,
linkOverride: true,
tag: '<tag-name>',
};
Please suggest how we can set fullHeight = true to resolve
you can simply give fullHeight:true https://developers.thoughtspot.com/docs/Interface_AppViewConfig#_fullheight
AppViewConfig
The view configuration for full app embedding.
We do not require frameParams, it should be fullHeight: true Is it correct?
yes