Open
Conversation
- Add info admonition documenting banner overlap limitations with inline display style - Add tip admonition suggesting card embeds as workaround for CSS conflicts - Include link to card embed section for easy reference Co-authored-by: Lucas Howard <lchoward@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Clarified the explanation regarding banner overlap issues and provided an alternative solution using card embeds.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| Banners can overlap existing content on your website even when using the **Inline** display style. This happens when your site has conflicting CSS styles on the `body` element or other page elements. If changing the display style from **Overlay** to **Inline** doesn't resolve content overlap issues, then conflicting CSS in the application prevents the banner from rendering in the intended position. | ||
| {{/partial:admonition}} | ||
|
|
||
| {{partial:admonition type="tip" heading="Use card embeds as a workaround"}} |
Contributor
There was a problem hiding this comment.
Looks reasonable, but I don't think card embeds are generally available, yet! Perhaps we should release them Soon™️
matthew-beaty
approved these changes
Feb 12, 2026
Contributor
matthew-beaty
left a comment
There was a problem hiding this comment.
LGTM, maybe hold for card embed GA.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document banner display limitations as an info admonition and provide card embeds as a workaround in a tip admonition.
Slack Thread
Note
Low Risk
Documentation-only change adding guidance about banner rendering limitations; no product/runtime behavior is modified.
Overview
Adds guidance to the Guides/Surveys form factors doc clarifying that Banner Inline display can still overlap page content due to conflicting site CSS (for example on
body).Also documents a suggested workaround: using
Card embedplacement (for example, prepending to<body>) to reduce CSS conflicts when banners don’t render as expected.Written by Cursor Bugbot for commit f5dcf9f. This will update automatically on new commits. Configure here.