small change to fix bouncy scroll scolor

This commit is contained in:
sawka 2022-06-20 22:48:34 -07:00
parent 92812bc613
commit 7d059fe573

View File

@ -1,3 +1,7 @@
html, body, #main {
background-color: #000;
}
#main {
height: 100vh;
display: flex;