More centering

This commit is contained in:
2022-05-28 13:59:04 -04:00
committed by GitHub
parent 564580db40
commit 9aa449c61c
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
html, body { html, body {
height: 100%; height: 100%;
min-height: 100%; min-height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
} }
body { body {

View File

@@ -133,7 +133,7 @@
clearTimeout(self.timeout); clearTimeout(self.timeout);
self.timeout = setTimeout(() => { self.timeout = setTimeout(() => {
self.mouseleaveFn(); self.mouseleaveFn();
}, 5); }, 25);
}; };
this.DOM.el.addEventListener("mousemove", this.mousemoveFn); this.DOM.el.addEventListener("mousemove", this.mousemoveFn);