Difference between revisions of "Team:CPU CHINA"

Line 111: Line 111:
 
$(document).ready(function(){
 
$(document).ready(function(){
 
     $(".mw-content-ltr").css("width",$(window).width()+"px");
 
     $(".mw-content-ltr").css("width",$(window).width()+"px");
     $(".mw-content-ltr").css("height",$(document).height()+"px");
+
     $(".mw-content-ltr").css("height",document.body.scrollHeight+"px");
 
     $("#carriage").css("height",$(document).height()*1.5+"px");
 
     $("#carriage").css("height",$(document).height()*1.5+"px");
 
})
 
})

Revision as of 18:16, 15 October 2018