100dvh
This commit is contained in:
parent
f6e33bcce1
commit
a5c9c877d3
@ -17,11 +17,11 @@ export const GlobalStyle = createGlobalStyle`
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
height: 100dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100dvh;
|
||||||
background-color: ${({ theme }) => theme.colors.pageBg};
|
background-color: ${({ theme }) => theme.colors.pageBg};
|
||||||
background-image: url('/images/background-raspberry.png');
|
background-image: url('/images/background-raspberry.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user