fixed FormGallery CategoryFilter unable to select category on screen size > 100%

This commit is contained in:
namushka 2024-05-27 17:12:29 +03:00
parent 22fb66b76a
commit 9ae31db1e9
No known key found for this signature in database

View File

@ -127,14 +127,14 @@ export const CategoryFilterSubList = styled(DropDown)`
${({ theme }) =>
theme.interfaceDirection !== "rtl"
? css`
left: -5px;
left: -4px;
`
: css`
right: -5px;
right: -4px;
`};
top: 0;
width: 4px;
width: 6px;
height: 100%;
}
`;