From 032a8d574c9cf61d5eacf0f3dde83b0f6218ec5b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 14 Jan 2015 05:52:34 -0500 Subject: [PATCH] feature(style) body - rm overflow: hidden --- css/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/style.css b/css/style.css index dda1dfbb..14489740 100644 --- a/css/style.css +++ b/css/style.css @@ -5,8 +5,6 @@ html { body { width : 100%; height : 95%; - /* fix overflow change of fancybox */ - overflow : hidden; background-color : white; }