100dvh overflow filters mobile

This commit is contained in:
Zakhar 2026-09-06 01:25:38 +03:00
parent 2438a99d3d
commit 0ae63b5816

View File

@ -354,7 +354,7 @@ const Container = styled.main<{$fullHeight: boolean}>`
h1 {
padding-top: 10px;
}
height: ${({ $fullHeight }) => $fullHeight ? 'auto' : '100svh'};
height: ${({ $fullHeight }) => $fullHeight ? '100dvh' : '100svh'};
border-radius: ${({ $fullHeight }) => $fullHeight ? '0 0 8px 8px' : '0'};
`)}
`;
@ -401,7 +401,7 @@ const RightColumn = styled(Column)<{$dataShow: boolean}>`
`;
const TitleBlock = styled.div`
margin-bottom: 32px;
margin-bottom: 24px;
position: relative;
h1 {