fix: 调整分组弹窗留白并将滚动限定到分组列

This commit is contained in:
JSR
2026-03-26 16:30:08 +08:00
parent 692142a910
commit 24fcff19ca
2 changed files with 16 additions and 3 deletions
+2 -1
View File
@@ -213,6 +213,7 @@ html.platform-macos #root {
.ss-group-board-modal .ant-modal {
max-height: calc(100vh - 24px);
top: 0;
}
.ss-group-board-modal .ant-modal-content {
@@ -222,5 +223,5 @@ html.platform-macos #root {
}
.ss-group-board-modal .ant-modal-body {
overflow-y: auto;
overflow: hidden;
}