mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 12:37:55 +00:00
(improvement)(chat-sdk) fix agent list can not scroll bug (#1004)
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
.agentList {
|
.agentList {
|
||||||
|
position: relative;
|
||||||
width: 248px;
|
width: 248px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #f9f9f9;
|
background: #f9f9f9;
|
||||||
@@ -33,6 +34,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
row-gap: 2px;
|
row-gap: 2px;
|
||||||
|
height: calc(100% - 50px);
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
.agentItem {
|
.agentItem {
|
||||||
display: flex;
|
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