commit 2eaca065182cf074a466b3e11eec83430ed286ab parent 232195123570a79142e525eb78bb2f7c6afd4fb0 Author: Suzanne Soy <ligo@suzanne.soy> Date: Mon, 5 Apr 2021 17:44:55 +0100 prevent bugs with scroll Diffstat:
| M | test.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;