fix 无限滚动

This commit is contained in:
2021-07-02 12:15:48 +08:00
parent 0d9e77afc7
commit 4053d6ff0a
4 changed files with 32 additions and 11 deletions

View File

@@ -688,3 +688,10 @@
padding: 0;
}
}
.yo-popover-infinite-scroll {
.ant-popover-inner-content {
overflow-y: auto;
max-height: 300px;
}
}

View File

@@ -682,3 +682,10 @@
padding: 0;
}
}
.yo-popover-infinite-scroll {
.ant-popover-inner-content {
overflow-y: auto;
max-height: 300px;
}
}