[PR #2589] [MERGED] Fix chat window scrollbar appearance option #4036

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2589
Author: @shatfield4
Created: 11/5/2024
Status: Merged
Merged: 11/12/2024
Merged by: @timothycarambat

Base: masterHead: 2569-bug-show-chat-window-scrollbar-doesnt-do-anything


📝 Commits (6)

  • 58a65e7 wip fix chat window scrollbar
  • a2b7b54 fix chat/default chat window scrollbare option
  • 7e6be55 Merge branch 'master' into 2569-bug-show-chat-window-scrollbar-doesnt-do-anything
  • 0f7ada7 lint
  • 9a269d8 small lint and refactor
  • 4d99103 Merge branch 'master' into 2569-bug-show-chat-window-scrollbar-doesnt-do-anything

📊 Changes

4 files changed (+55 additions, -8 deletions)

View changed files

📝 frontend/src/components/DefaultChat/index.jsx (+5 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+2 -2)
📝 frontend/src/index.css (+41 -3)
📝 frontend/src/models/appearance.js (+7 -2)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #2569

What is in this change?

  • Fixed bug where chat window scrollbar option was not making the scrollbar appear or disappear
  • Add additional CSS to always force scrollbar to show when appearance option is enabled

Additional Information

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/2589 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 11/5/2024 **Status:** ✅ Merged **Merged:** 11/12/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `2569-bug-show-chat-window-scrollbar-doesnt-do-anything` --- ### 📝 Commits (6) - [`58a65e7`](https://github.com/Mintplex-Labs/anything-llm/commit/58a65e7f777d3f933ea0991c100c80ecaed865a8) wip fix chat window scrollbar - [`a2b7b54`](https://github.com/Mintplex-Labs/anything-llm/commit/a2b7b54ae60eb415951fb5ad765f6c99bffe08bb) fix chat/default chat window scrollbare option - [`7e6be55`](https://github.com/Mintplex-Labs/anything-llm/commit/7e6be556250f7cd7357da6b55bcd49e064d5a6fc) Merge branch 'master' into 2569-bug-show-chat-window-scrollbar-doesnt-do-anything - [`0f7ada7`](https://github.com/Mintplex-Labs/anything-llm/commit/0f7ada7b5890ae28bce03ab7bd77395e6f9c378d) lint - [`9a269d8`](https://github.com/Mintplex-Labs/anything-llm/commit/9a269d8c558916e4884b71a062127ac3f9da842a) small lint and refactor - [`4d99103`](https://github.com/Mintplex-Labs/anything-llm/commit/4d99103b9da93e939faed2befbe8468bbb75a45e) Merge branch 'master' into 2569-bug-show-chat-window-scrollbar-doesnt-do-anything ### 📊 Changes **4 files changed** (+55 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/DefaultChat/index.jsx` (+5 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+2 -2) 📝 `frontend/src/index.css` (+41 -3) 📝 `frontend/src/models/appearance.js` (+7 -2) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2569 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Fixed bug where chat window scrollbar option was not making the scrollbar appear or disappear - Add additional CSS to always force scrollbar to show when appearance option is enabled ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### 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:00 -05:00
yindo closed this issue 2026-02-22 18:35:00 -05:00
yindo changed title from [PR #2589] Fix chat window scrollbar appearance option to [PR #2589] [MERGED] Fix chat window scrollbar appearance option 2026-06-05 15:16:30 -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#4036