patch.less 234 B

1234567891011121314
  1. .ant-select-dropdown-hidden {
  2. display: none;
  3. }
  4. .ant-select-dropdown-content-wrapper {
  5. max-height: 256px;
  6. overflow-y: auto;
  7. overflow-anchor: none;
  8. }
  9. .ant-select-dropdown-content {
  10. display: flex;
  11. flex-direction: column;
  12. }