.search { width: 100%; //height: 100%; display: flex; :global(.ant-select-selection) { width: 100%; min-height: 100%; border-radius: 0; display: flex; align-items: center; height: auto; } :global(.ant-select-selection__rendered) { width: 100%; } } .searchDropdown { overflow: auto; :global(.ant-select-dropdown-menu) { max-height: none; } }