100dvh
This commit is contained in:
parent
a5c9c877d3
commit
fd62143705
@ -354,7 +354,7 @@ const Container = styled.main<{$fullHeight: boolean}>`
|
|||||||
h1 {
|
h1 {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
height: ${({ $fullHeight }) => $fullHeight ? 'auto' : '100%'};
|
height: ${({ $fullHeight }) => $fullHeight ? 'auto' : '100dvh'};
|
||||||
border-radius: ${({ $fullHeight }) => $fullHeight ? '0 0 8px 8px' : '0'};
|
border-radius: ${({ $fullHeight }) => $fullHeight ? '0 0 8px 8px' : '0'};
|
||||||
`)}
|
`)}
|
||||||
`;
|
`;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user