mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 20:53:30 +01:00
[PR #299] [MERGED] Fix scroll bar layout in EventStreamViewer #222
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix/event-stream-viewer-scroll-bar📝 Commits (1)
5016fd3Fix 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
EventStreamViewerhas two scroll bars.Replace
overflow-y-autowith flex layout to properly handle scrolling behavior in theEventStreamViewercomponent.Screenshots
Before
After
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.