From cc10cd88d34e834607dd991d6995809b34c011ea Mon Sep 17 00:00:00 2001 From: Jopyth Date: Sun, 16 Oct 2016 17:24:21 +0200 Subject: [PATCH 1/3] change position from absolute to fixed --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index e97f3e10..9c489ee0 100644 --- a/js/main.js +++ b/js/main.js @@ -196,7 +196,7 @@ var MM = (function() { // since it's fade out anyway, we can see it lay above or // below other modules. This works way better than adjusting // the .display property. - moduleWrapper.style.position = "absolute"; + moduleWrapper.style.position = "fixed"; if (typeof callback === "function") { callback(); } }, speed); From ece0d9301f01518aace892d5797e599a307150db Mon Sep 17 00:00:00 2001 From: Jopyth Date: Sun, 16 Oct 2016 17:32:05 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b1c8a1..8d51f39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Solve an issue where module margins would appear when the first module of a section was hidden. +- Solve visual display errors on chrome, if all modules in one of the right sections are hidden ## [2.0.5] - 2016-09-20 From 4d2eedc56bb3da61ccec2e6c292b87b966ba8df0 Mon Sep 17 00:00:00 2001 From: Jopyth Date: Sun, 16 Oct 2016 17:32:17 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d51f39b..5c9e649a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Solve an issue where module margins would appear when the first module of a section was hidden. -- Solve visual display errors on chrome, if all modules in one of the right sections are hidden +- Solved visual display errors on chrome, if all modules in one of the right sections are hidden ## [2.0.5] - 2016-09-20