fix(css) fancybox: stop page jumping on modal window close

This commit is contained in:
coderaiser 2014-03-17 08:23:06 -04:00
parent 3b1f1fec52
commit 95bba93255

View file

@ -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 {