Hi team, having an issue with the embedded gooddat...
# gooddata-cloud
m
Hi team, having an issue with the embedded gooddata on our product this morning. When a user is creating a new visual the dashboard title, tabs and filters are stuck ontop of the visualisation creation screen so they cant see the top third of what they are doing, wasn't an issue the last couple days. Anyone else experiencing the same?
k
I'm sorry, but the knowledge sources do not contain enough information to confirm whether this specific issue — dashboard title, tabs, and filters overlapping the visualization creation screen in an embedded environment — is a known ongoing incident or has been reported by others recently. That said, based on similar issues discussed in the community, here are a few things worth checking: 1. Browser-related issues: A past scrolling/overlay bug was traced to changes in Chrome v144. It's worth checking if a recent browser update coincides with when this started. [Scrolling issue thread] 2. CSS
overflow
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.
m
Hi Mitch, we tracked down this issue as part of our ongoing embedded analytics URL migration, we updated how the Analytical Designer renders inside embedded dashboards yesterday, which caused the dashboard header to overlap the visualization screen on the legacy embed URL — exactly what you saw. The new embed URL doesn’t have this issue, which is part of why we’re migrating everyone to it. Upcoming Embedded Analytics URL Migration: gooddata.ai/docs/cloud/whats-new-cloud#… We also proactively reached out to your team directly regarding this upcoming change too here - But you are not listed as a Support Contact and you will not be able to see this notification: gooddata.zendesk.com/agent/tickets/133853 The Good news: the fix is released and live now — no action needed on your end for this specific issue, just give it another try. That said, the migration itself is still something you’ll need to action before August 13, 2026, so the redirect doesn’t cause any disruption on your side.
m
Thank you! Looks to be all good on our side now, sent the details of the migration to our tech lead
👍 1
gratitude thank you 1
e
Hi Michael, after migrating to the new embedded URL we have lost the Edit button on the embedded dashboard that allows us to drag a new visualisation in and have the Analytical Designer open in context.
m
One thing worth checking first: the old and new embed URLs have slightly different structures, and it’s possible a query param like
showNavigation=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 seeing
e
Ah all good Michael, there was a small typo in the URL, works now. Thanks!
👍 1