Merge pull request #299

* Fix scroll bar layout in EventStreamViewer
This commit is contained in:
jzhangdev
2025-11-12 22:58:35 +08:00
committed by GitHub
parent 5449e3c620
commit 5745a96106

View File

@@ -81,7 +81,7 @@ function ActualEventStreamViewer({ response }: Props) {
<div className="pb-3 px-2">
<Separator />
</div>
<div className="pl-2 overflow-y-auto">
<div className="flex flex-col pl-2">
<HStack space={1.5} className="mb-2 font-semibold">
<EventLabels
className="text-sm"