Commit fa448c38 by doszhang

dos

parent e121ff18
...@@ -190,10 +190,10 @@ function initPage() { ...@@ -190,10 +190,10 @@ function initPage() {
bottom: '0px' bottom: '0px'
}); });
} else { } else {
$('.top').css('top', -displacement + 'px'); $('.top').css('top', -displacement - 5 + 'px');
$('.bottom').css({ $('.bottom').css({
top: 'auto', top: 'auto',
bottom: -displacement - 2 + 'px' bottom: -displacement - 5 + 'px'
}); });
} }
// const headerHeight = 313; // const headerHeight = 313;
......
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