[PR #299] [MERGED] Fix scroll bar layout in EventStreamViewer #222

Closed
opened 2025-12-29 07:19:56 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/299
Author: @jzhangdev
Created: 11/12/2025
Status: Merged
Merged: 11/12/2025
Merged by: @gschier

Base: mainHead: fix/event-stream-viewer-scroll-bar


📝 Commits (1)

  • 5016fd3 Fix scroll bar layout in EventStreamViewer

📊 Changes

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

View changed files

📝 src-web/components/responseViewers/EventStreamViewer.tsx (+1 -1)

📄 Description

Summary

The issue is that EventStreamViewer has two scroll bars.
Replace overflow-y-auto with flex layout to properly handle scrolling behavior in the EventStreamViewer component.

Screenshots

Before

SCR-20251112-pbfa

After

SCR-20251112-pbnh

🔄 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/mountain-loop/yaak/pull/299 **Author:** [@jzhangdev](https://github.com/jzhangdev) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `fix/event-stream-viewer-scroll-bar` --- ### 📝 Commits (1) - [`5016fd3`](https://github.com/mountain-loop/yaak/commit/5016fd3f5302e0b2a2089f531313b7a5ea2f2456) Fix scroll bar layout in EventStreamViewer ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src-web/components/responseViewers/EventStreamViewer.tsx` (+1 -1) </details> ### 📄 Description ### Summary The issue is that `EventStreamViewer` has two scroll bars. Replace `overflow-y-auto` with flex layout to properly handle scrolling behavior in the `EventStreamViewer` component. ### Screenshots #### Before <img width="454" height="609" alt="SCR-20251112-pbfa" src="https://github.com/user-attachments/assets/2231c95d-33e3-4196-be3e-ba6935b91ebb" /> #### After <img width="394" height="611" alt="SCR-20251112-pbnh" src="https://github.com/user-attachments/assets/c22e680d-c18a-4df5-9cea-1efb1267c844" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:56 +01:00
adam closed this issue 2025-12-29 07:19:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#222