More centering
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
clearTimeout(self.timeout);
|
||||
self.timeout = setTimeout(() => {
|
||||
self.mouseleaveFn();
|
||||
}, 5);
|
||||
}, 25);
|
||||
};
|
||||
|
||||
this.DOM.el.addEventListener("mousemove", this.mousemoveFn);
|
||||
|
||||
Reference in New Issue
Block a user