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