prevent bugs with scroll

This commit is contained in:
Suzanne Soy 2021-04-05 17:44:55 +01:00
parent 2321951235
commit 2eaca06518

View File

@ -1,5 +1,5 @@
html { position: relative; padding:0; } html { position: relative; padding:0; }
html, body { height: 100%; } html, body { height: 100%; overflow: hidden; }
.scene { .scene {
position: absolute; position: absolute;