mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
fix: session list can't scroll (#11285)
This commit is contained in:
parent
a1a3b9bd96
commit
68ee5164f0
@ -131,6 +131,7 @@ const Container = styled(Scrollbar)`
|
||||
flex-direction: column;
|
||||
padding: 12px 10px;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
`
|
||||
|
||||
export default memo(Sessions)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user