Fix: If the agent debug sheet contains too much content, some of it will not be displayed. #12974 (#12975)

### What problem does this PR solve?

Fix: If the agent debug sheet contains too much content, some of it will
not be displayed. #12974

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2026-02-04 09:48:28 +08:00
committed by GitHub
parent 7b230aadf4
commit 414e261eda
4 changed files with 26 additions and 13 deletions

View File

@ -60,6 +60,8 @@ const SingleDebugSheet = ({
isNext={false}
loading={loading}
submitButtonDisabled={list.length === 0}
className="flex-1 overflow-auto min-h-0 pb-5"
maxHeight="max-h-[83vh]"
></DebugContent>
{!isEmpty(data) ? (
<div