[PR #6043] [MERGED] docs: resolve ai chat scroll issue #6402

Closed
opened 2026-03-13 12:57:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6043
Author: @bytaesu
Created: 11/17/2025
Status: Merged
Merged: 11/17/2025
Merged by: @Bekacru

Base: canaryHead: 2025-11-18/docs/ai-chat-scroll-issue


📝 Commits (2)

  • 88c7b34 docs: resolve ai chat scroll issue
  • 43857a2 Update docs/components/floating-ai-search.tsx

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 docs/components/floating-ai-search.tsx (+3 -3)

📄 Description

This PR fixes the scrolling issue in the AI Chat and slightly reduces the shadow so it no longer gets clipped.


Summary by cubic

Fixes the AI Chat scroll behavior by using fixed positioning and making the message list fill available space. Also reduces the shadow to avoid clipping.

  • Bug Fixes
    • Switched overlay from absolute to fixed to anchor to the viewport.
    • Added flex-1 to the message list to create a proper scroll area.
    • Reduced shadow from xl to md to prevent visual clipping.

Written for commit 43857a2164. Summary will update automatically on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/6043 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `2025-11-18/docs/ai-chat-scroll-issue` --- ### 📝 Commits (2) - [`88c7b34`](https://github.com/better-auth/better-auth/commit/88c7b346822dd61bf3c0ba0b0c6b9fbc0eb8723a) docs: resolve ai chat scroll issue - [`43857a2`](https://github.com/better-auth/better-auth/commit/43857a2164438d212774428e0915b20b33d6964c) Update docs/components/floating-ai-search.tsx ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/floating-ai-search.tsx` (+3 -3) </details> ### 📄 Description This PR fixes the scrolling issue in the AI Chat and slightly reduces the shadow so it no longer gets clipped. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixes the AI Chat scroll behavior by using fixed positioning and making the message list fill available space. Also reduces the shadow to avoid clipping. - **Bug Fixes** - Switched overlay from absolute to fixed to anchor to the viewport. - Added flex-1 to the message list to create a proper scroll area. - Reduced shadow from xl to md to prevent visual clipping. <sup>Written for commit 43857a2164438d212774428e0915b20b33d6964c. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 12:57:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#6402