fix: 脚本生成页创作主题卡片溢出遮挡

给 .topic-groups 添加 overflow-y: auto,防止底部卡片被生成按钮遮挡
This commit is contained in:
小鱼开发
2026-06-01 17:49:25 +08:00
parent 5a95987ea0
commit eb5930e36d
@@ -18,6 +18,7 @@
gap: 10px;
flex: 1;
align-content: start;
overflow-y: auto;
}
.topic-groups .option-card {