fix: Multiselect widget height decreases on selecting more options (#15228)

Fixes issue where multiselect height decreases on selecting more options
This commit is contained in:
Souma Ghosh 2022-07-20 14:26:37 +05:30 committed by GitHub
parent 8848d89650
commit eddd1e8344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,6 +415,10 @@ export const MultiSelectContainer = styled.div<{
appearance: none;
}
}
.rc-select-selection-overflow-item-suffix {
position: relative !important;
left: 0px !important;
}
}
&& .rc-select-disabled {
cursor: not-allowed;