diff --git a/blackboardfix.user.js b/blackboardfix.user.js index eca775b..a7e6387 100644 --- a/blackboardfix.user.js +++ b/blackboardfix.user.js @@ -37,8 +37,8 @@ if (window.location.href.includes("gradebook/do/instructor/enterGradeCenter")) { }); setTimeout(function () { jQuery("#table1").css("height", "600px"); - jQuery("#table1_viewport").css("height", "614px"); - jQuery("#table1_container > div").css("top", "615px"); + jQuery("#table1_viewport").css("height", "800px"); + jQuery("#table1_container > div").css("top", "800px"); }, 1000); }