Fix Bug 69796 - Account: Login. Hover effect closes the right border of the drop-down.

This commit is contained in:
Tatiana Lopaeva 2024-08-23 14:13:21 +03:00
parent 676a347dda
commit 505dbf000d

View File

@ -54,6 +54,7 @@ const StyledDropdown = styled.div<{
`} `}
height: fit-content; height: fit-content;
position: absolute; position: absolute;
overflow: hidden;
${(props) => props.manualWidth && `width: ${props.manualWidth};`} ${(props) => props.manualWidth && `width: ${props.manualWidth};`}
${(props) => ${(props) =>