Skip to content

fix: constrain inbox menu to viewport width on mobile#181

Merged
Novanglus96 merged 4 commits into
alphafrom
fix/mobile-inbox-overflow
May 28, 2026
Merged

fix: constrain inbox menu to viewport width on mobile#181
Novanglus96 merged 4 commits into
alphafrom
fix/mobile-inbox-overflow

Conversation

@Novanglus96

Copy link
Copy Markdown
Owner

Summary

  • Inbox popup was hardcoded to width="500" with location="start", causing it to overflow off-screen on mobile
  • On mobile (smAndDown): menu opens downward, card width set to 100vw with max-width: 100vw
  • On desktop: behavior unchanged (location="start", width=500)

Test plan

  • Open inbox on mobile — menu opens downward and fills the screen width
  • Bell icon and messages are visible and not cut off
  • Desktop inbox behavior unchanged

🤖 Generated with Claude Code

@Novanglus96
Novanglus96 merged commit bbb2fa2 into alpha May 28, 2026
2 checks passed
@Novanglus96
Novanglus96 deleted the fix/mobile-inbox-overflow branch May 28, 2026 18:33
@Novanglus96

Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 1.6.1-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@Novanglus96

Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 1.6.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant