Commit 031daab0 by doszhang

dos

parent bb5b390e
......@@ -326,7 +326,7 @@ function initPage() {
let displacement = parseInt(getTranslateDistance());
if (displacement > 0) {
let height = 61.9 + ((displacement + 10) / fontSize);
$('.wrap-inner,.page,.bg').css('height', height + 'rem');
$('.wrap-inner,.page,.bg,.personal-wrap').css('height', height + 'rem');
}
}
......
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