From 2eaca065182cf074a466b3e11eec83430ed286ab Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Mon, 5 Apr 2021 17:44:55 +0100 Subject: [PATCH] prevent bugs with scroll --- test.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.css b/test.css index bcb4e2b..3ce4b23 100644 --- a/test.css +++ b/test.css @@ -1,5 +1,5 @@ html { position: relative; padding:0; } -html, body { height: 100%; } +html, body { height: 100%; overflow: hidden; } .scene { position: absolute;