fix(style) fancybox html: overflow hidden

This commit is contained in:
coderaiser 2014-03-12 04:28:01 -04:00
parent a0447cb849
commit b5f7c7b414

View file

@ -22,7 +22,9 @@
}
html {
height: 94%;
height : 94%;
/* fix overflow change of fancybox */
overflow : hidden;
}
body {