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:
parent
8848d89650
commit
eddd1e8344
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user