mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 11:49:02 +08:00
fix: 调整分组弹窗留白并将滚动限定到分组列
This commit is contained in:
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user