Mitch Gammie
07/30/2026, 1:44 AMkapa.ai
07/30/2026, 1:44 AMoverflow settings: If your embedding uses overflow: hidden on the html, body or wrapper elements, this can cause UI elements to appear stuck or inaccessible. Changing it to overflow: scroll or overflow: visible has resolved similar layout issues for other users. [Overflow fix thread]
3. SDK version: If you're using the GoodData UI SDK, ensure you're on the latest stable version, as past overlay/scrolling bugs were fixed in specific releases (e.g., gooddata-ui-sdk@11.21.0). [SDK fix thread]
Recommended next steps:
• Try reproducing the issue in a different browser or private/incognito mode.
• Check your embedding wrapper's CSS for overflow: hidden.
• Note your SDK version and browser version.
• If the issue persists, reach out directly to GoodData Support with a screen recording, your embedding code snippet, and a TraceID from the browser's developer tools (Network/Console tab). 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.Michael Ullock
07/30/2026, 10:42 AMMitch Gammie
07/30/2026, 10:53 AMEugene Lee
07/30/2026, 12:15 PMMichael Ullock
07/30/2026, 12:22 PMshowNavigation=true didn’t carry over during your migration - that could explain the missing Edit button. Could you double check that param is still present in your new embed URL?
If the above doesn’t help, could you please provide the following:
• the exact embed URL/params you’re using now vs. before
• whether the user attempting to edit still has the same permissions (Analyze/Edit) as before
• a quick screenshot or screen recording of what you’re seeingEugene Lee
07/30/2026, 12:43 PM