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
shikharTS
shikharTS2w ago
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
Pooja
PoojaOP2w ago
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
shikharTS
shikharTS2w ago
AppViewConfig
The view configuration for full app embedding.
Pooja
PoojaOP2w ago
We do not require frameParams, it should be fullHeight: true Is it correct?
shikharTS
shikharTS2w ago
yes

Did you find this page helpful?