Shared:Components:DropDown: fix blinking after switch from 1 item to more

This commit is contained in:
Timofey Boyko 2024-09-02 12:59:02 +03:00
parent 92268c90fb
commit 72191e803b

View File

@ -112,8 +112,6 @@ const StyledDropdown = styled.div<{
-moz-box-shadow: ${(props) => props.theme.dropDown.boxShadow};
-webkit-box-shadow: ${(props) => props.theme.dropDown.boxShadow};
padding: ${(props) =>
!props.maxHeight && props.itemCount && props.itemCount > 1 && `4px 0px`};
${(props) =>
props.columnCount &&
`