(improvement)(chat-sdk) fix agent list can not scroll bug (#1004)

This commit is contained in:
williamhliu
2024-05-16 20:12:28 +08:00
committed by GitHub
parent c5484d5d32
commit 2411cb3fdc
2 changed files with 15763 additions and 12647 deletions

View File

@@ -1,4 +1,5 @@
.agentList {
position: relative;
width: 248px;
height: 100%;
background: #f9f9f9;
@@ -33,6 +34,8 @@
flex-direction: column;
padding: 4px 8px;
row-gap: 2px;
height: calc(100% - 50px);
overflow-y: auto;
.agentItem {
display: flex;

28407
webapp/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff