diff --git a/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/src/group/GroupTopicPanelRender.tsx b/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/src/group/GroupTopicPanelRender.tsx index 8584f528..3de90f26 100644 --- a/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/src/group/GroupTopicPanelRender.tsx +++ b/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/src/group/GroupTopicPanelRender.tsx @@ -33,6 +33,11 @@ const Root = styled(LoadingOnFirst)({ paddingTop: 80, }, + '.list': { + height: '100%', + overflow: 'auto', + }, + '.create-btn': { position: 'absolute', right: 20, @@ -146,7 +151,7 @@ const GroupTopicPanelRender: React.FC = React.memo(() => { return ( {Array.isArray(topicList) && topicList.length > 0 ? ( - <> +
{topicList.map((item, i) => ( ))} @@ -160,7 +165,7 @@ const GroupTopicPanelRender: React.FC = React.memo(() => { {Translate.noMore} )} - +
) : (