Skip to content

Commit 5d546c4

Browse files
committed
Fix white color when scrolling beyond page
1 parent 4127ac9 commit 5d546c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/_application.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
html {
2+
background: $cadet-color-1;
3+
}
4+
15
.Application {
26
height: 100vh;
3-
background: $cadet-color-1;
47
display: flex;
58
flex-direction: column;
69
}

0 commit comments

Comments
 (0)