Skip to content

fix: feedback widget overlapping messages on mobile#877

Draft
RhysSullivan wants to merge 2 commits intomainfrom
fix/issue-874-mobile-feedback-widget
Draft

fix: feedback widget overlapping messages on mobile#877
RhysSullivan wants to merge 2 commits intomainfrom
fix/issue-874-mobile-feedback-widget

Conversation

@RhysSullivan
Copy link
Collaborator

Fixes #874

Problem

The 'was this page helpful?' feedback widget was merging/overlapping with messages on mobile when the viewport was tall but thin (like a phone). The text also moved weirdly during scroll.

Solution

Changed the sticky positioning from `[@media(min-height:800px)]:sticky` to `md:sticky`.

Previously, the widget became sticky when viewport height was ≥800px regardless of width, which caused overlap issues on narrow mobile screens with tall viewports.

Now the widget only becomes sticky on medium-width screens and up (≥768px), preventing the sticky behavior entirely on narrow mobile viewports where it was causing overlap issues.

Testing

@vercel
Copy link

vercel bot commented Jan 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
answer-overflow-main-site Ready Ready Preview, Comment Jan 13, 2026 11:13pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: "was this page helpful?" merging into messages on mobile

1 participant