More centering
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user