.textSelectContainer { position: relative; width: 100%; height: 100%; } .overlayClassName { max-height: 300px; overflow: auto; margin-top: 20px; :global(.ant-dropdown-menu) { width: auto !important; } } .searchIcon { position: absolute; top: 50%; right: -2px; z-index: 2; margin-top: -13px; background: #fff; } .clearIcon { cursor: pointer; position: absolute; top: 50%; right: 0; z-index: 1; margin-top: -13px; background: #fff; } .input { width: 100%; height: 100%; border-radius: 0; align-items: center; } .input:hover .clearIcon { z-index: 100; } .spin { width: 100%; display: flex; justify-content: center; align-items: center; }