fix(ui): 侧边联络人列表显示溢出

This commit is contained in:
CrescentLeaf
2025-09-19 20:04:56 +08:00
parent a85ea56bb7
commit b1e7f3e485

View File

@@ -13,9 +13,8 @@ export default function ContactsList({
}: Args) {
return <mdui-list style={{
overflowY: 'auto',
marginLeft: '10px',
marginRight: '10px',
width: '100%',
paddingLeft: '10px',
paddingRight: '10px',
display: display ? undefined : 'none'
}} {...props}>