Commit d3ba15ee by doszhang

dos

parent 869f5f4e
......@@ -53,7 +53,7 @@ $(document).ready(function () {
if ($('.page').height() < document.documentElement.clientHeight) {
var scale = document.documentElement.clientHeight / $('.page').height();
$('.page').css({
'transform': 'translate(-50%,-50%) scale(1,' + scale + ')'
'transform': 'translate(0%,-50%) scale(1,' + scale + ')'
});
}
$('.container').css('height', document.documentElement.clientHeight + 'px');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment