feature(style) body - rm overflow: hidden

This commit is contained in:
coderaiser 2015-01-14 05:52:34 -05:00
parent 82a5ff966e
commit 032a8d574c

View file

@ -5,8 +5,6 @@ html {
body {
width : 100%;
height : 95%;
/* fix overflow change of fancybox */
overflow : hidden;
background-color : white;
}