Shared: Navigation: Fix shifted dropbox on mobile

This commit is contained in:
Aleksandr Lushkin 2024-04-18 17:30:51 +02:00
parent 436d7eda7a
commit 8547aa1d3c

View File

@ -684,6 +684,7 @@ const StyledBox = styled.div<{
@media ${mobile} {
width: ${({ dropBoxWidth }) => `${dropBoxWidth}px`};
padding-top: 10px !important;
inset-inline-start: 0;
}
`;