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