[PR #178] [MERGED] Actually enable x-scrolling when citations overflow. #3230

Closed
opened 2026-02-22 18:33:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/178
Author: @efocht
Created: 8/4/2023
Status: Merged
Merged: 8/7/2023
Merged by: @timothycarambat

Base: masterHead: scroll_citations


📝 Commits (1)

  • 5794d90 Actually enable x-scrolling when citations overflow.

📊 Changes

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

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx (+1 -1)

📄 Description

Only 3 and a half citations are displayed in the chat history. When there are more, there is no scroll bar to access them. Tiny fix to enable a horizontal scroll bar in this case. Obviously this was intended in the original code but the no-scroll was wrong.


🔄 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/Mintplex-Labs/anything-llm/pull/178 **Author:** [@efocht](https://github.com/efocht) **Created:** 8/4/2023 **Status:** ✅ Merged **Merged:** 8/7/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `scroll_citations` --- ### 📝 Commits (1) - [`5794d90`](https://github.com/Mintplex-Labs/anything-llm/commit/5794d90425f48bc75e3472fc47f714de257e04ca) Actually enable x-scrolling when citations overflow. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx` (+1 -1) </details> ### 📄 Description Only 3 and a half citations are displayed in the chat history. When there are more, there is no scroll bar to access them. Tiny fix to enable a horizontal scroll bar in this case. Obviously this was intended in the original code but the `no-scroll` was wrong. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:20 -05:00
yindo closed this issue 2026-02-22 18:33:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3230