change position from absolute to fixed

This commit is contained in:
Jopyth
2016-10-16 17:24:21 +02:00
committed by GitHub
parent b9f308c832
commit cc10cd88d3

View File

@@ -196,7 +196,7 @@ var MM = (function() {
// since it's fade out anyway, we can see it lay above or // since it's fade out anyway, we can see it lay above or
// below other modules. This works way better than adjusting // below other modules. This works way better than adjusting
// the .display property. // the .display property.
moduleWrapper.style.position = "absolute"; moduleWrapper.style.position = "fixed";
if (typeof callback === "function") { callback(); } if (typeof callback === "function") { callback(); }
}, speed); }, speed);