mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:38:13 +00:00
(improvement)(chat-sdk) fix agent list can not scroll bug (#1004)
This commit is contained in:
@@ -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
28407
webapp/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user