From 7d059fe57342c32a2e8d479d1925bc5c51b0c58a Mon Sep 17 00:00:00 2001 From: sawka Date: Mon, 20 Jun 2022 22:48:34 -0700 Subject: [PATCH] small change to fix bouncy scroll scolor --- src/sh2.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sh2.less b/src/sh2.less index 3fb6c6aba..617f66455 100644 --- a/src/sh2.less +++ b/src/sh2.less @@ -1,3 +1,7 @@ +html, body, #main { + background-color: #000; +} + #main { height: 100vh; display: flex;