fix: session list can't scroll (#11285)

This commit is contained in:
defi-failure 2025-11-14 17:10:13 +08:00 committed by GitHub
parent a1a3b9bd96
commit 68ee5164f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,6 +131,7 @@ const Container = styled(Scrollbar)`
flex-direction: column; flex-direction: column;
padding: 12px 10px; padding: 12px 10px;
overflow-x: hidden; overflow-x: hidden;
height: 100%;
` `
export default memo(Sessions) export default memo(Sessions)