Merge branch 'hotfix/v2.6.1' of https://github.com/ONLYOFFICE/DocSpace-client into hotfix/v2.6.1

This commit is contained in:
Timofey Boyko 2024-08-23 14:32:42 +03:00
commit 2d994190fc

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) =>