fix: adjust overflow properties in MessageGroup component

- Changed overflow properties in the GridContainer styled component to improve layout handling. Overflow is now set to hidden for vertical alignment.
This commit is contained in:
kangfenmao 2025-10-11 14:01:26 +08:00
parent a94e5dad5f
commit f8fadcc73f

View File

@ -359,8 +359,7 @@ const GridContainer = styled(Scrollbar)<{ $count: number; $gridColumns: number }
&.vertical {
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 8px;
overflow-y: auto;
overflow-x: hidden;
overflow: hidden;
}
&.grid {
grid-template-columns: repeat(