From 95bba9325598f05cbe782d870505b930fcbf938c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 17 Mar 2014 08:23:06 -0400 Subject: [PATCH] fix(css) fancybox: stop page jumping on modal window close --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index d5ab1350..532ae76a 100644 --- a/css/style.css +++ b/css/style.css @@ -31,8 +31,6 @@ html { height : 94%; - /* fix overflow change of fancybox */ - overflow : hidden; } body { @@ -41,6 +39,8 @@ body { font-size : 16px; font-family : "Droid Sans Mono", "Ubuntu Mono", "Consolas", monospace; background-color : white; + /* fix overflow change of fancybox */ + overflow : hidden; } .hidden {