fix: 脚本生成页创作主题卡片溢出遮挡
给 .topic-groups 添加 overflow-y: auto,防止底部卡片被生成按钮遮挡
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
gap: 10px;
|
||||
flex: 1;
|
||||
align-content: start;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.topic-groups .option-card {
|
||||
|
||||
Reference in New Issue
Block a user