Skip to content

Commit 834c9dc

Browse files
author
Ives van Hoorne
committed
Remove scrollbar
Fixes codesandbox#557
1 parent bd0f5e9 commit 834c9dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/app/src/app/components/Loading/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { LogoContainer } from './elements';
66

77
function Loading() {
88
return (
9-
<Centered vertical horizontal>
9+
<Centered style={{ height: '100vh' }} vertical horizontal>
1010
<LogoContainer>
1111
<Logo width={490} height={490} />
1212
</LogoContainer>

packages/common/global.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ input {
3030
}
3131

3232
#root {
33-
height: 100%;
3433
}
3534

3635
a {

0 commit comments

Comments
 (0)