[PR #3865] [MERGED] Removed redundant scrollbar in search containers #4439

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3865
Author: @17ColinMiPerry
Created: 5/21/2025
Status: Merged
Merged: 5/26/2025
Merged by: @timothycarambat

Base: masterHead: fix/extra-scrollbar-llm-search


📝 Commits (4)

  • c3f20eb removed extra overflow scrollbar
  • c0842c6 improved scrollbar presentation
  • 15d299d ran yarn lint
  • e85888b Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into pr-3865-branch

📊 Changes

9 files changed (+27 additions, -27 deletions)

View changed files

📝 frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx (+3 -3)
📝 frontend/src/pages/GeneralSettings/AudioPreference/stt.jsx (+3 -3)
📝 frontend/src/pages/GeneralSettings/AudioPreference/tts.jsx (+3 -3)
📝 frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx (+3 -3)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+3 -3)
📝 frontend/src/pages/GeneralSettings/TranscriptionPreference/index.jsx (+3 -3)
📝 frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx (+3 -3)
📝 frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx (+3 -3)
📝 frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx (+3 -3)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

What is in this change?

Search containers had a redundant and unused scrollbar. This scrollbar was made functional, and the outer scroll bar was removed for improved UI presentation.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/3865 **Author:** [@17ColinMiPerry](https://github.com/17ColinMiPerry) **Created:** 5/21/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `fix/extra-scrollbar-llm-search` --- ### 📝 Commits (4) - [`c3f20eb`](https://github.com/Mintplex-Labs/anything-llm/commit/c3f20eb4ebfb268d19bc55fa1fa06ae16f1a13db) removed extra overflow scrollbar - [`c0842c6`](https://github.com/Mintplex-Labs/anything-llm/commit/c0842c60094439c92948c0b358f12bd2a05b6876) improved scrollbar presentation - [`15d299d`](https://github.com/Mintplex-Labs/anything-llm/commit/15d299d5f17de56141de3410255be40cc41374a0) ran yarn lint - [`e85888b`](https://github.com/Mintplex-Labs/anything-llm/commit/e85888bf58f69f627ff8e21cae4bf9ed8964de13) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into pr-3865-branch ### 📊 Changes **9 files changed** (+27 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx` (+3 -3) 📝 `frontend/src/pages/GeneralSettings/AudioPreference/stt.jsx` (+3 -3) 📝 `frontend/src/pages/GeneralSettings/AudioPreference/tts.jsx` (+3 -3) 📝 `frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx` (+3 -3) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+3 -3) 📝 `frontend/src/pages/GeneralSettings/TranscriptionPreference/index.jsx` (+3 -3) 📝 `frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx` (+3 -3) 📝 `frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx` (+3 -3) 📝 `frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx` (+3 -3) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [x] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> Search containers had a redundant and unused scrollbar. This scrollbar was made functional, and the outer scroll bar was removed for improved UI presentation. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:35:50 -05:00
yindo closed this issue 2026-02-22 18:35:50 -05:00
yindo changed title from [PR #3865] Removed redundant scrollbar in search containers to [PR #3865] [MERGED] Removed redundant scrollbar in search containers 2026-06-05 15:18:34 -04: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#4439