Fix css background in dark mode

pull/2589/head
Jérémy Rialland 2023-06-05 15:40:20 +02:00 committed by Jérémy Rialland
parent 4cbb8db6e0
commit c5b8fe5e80
2 changed files with 4 additions and 4 deletions

View File

@ -193,4 +193,6 @@ const StyledLayout = styled.div<{
display: flex;
height: 100%;
`}
min-height: 100vh;
`

View File

@ -116,12 +116,10 @@ html, body, #js, #js > *, [data-overlay-container] {
? css`
min-height: 100%;
`
: css`
height: 100%;
`
: css``
}
}
}
*,
*:before,