100dvh overflow filters mobile
This commit is contained in:
parent
2438a99d3d
commit
0ae63b5816
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user