Add scrollbars to users and requests pages.

This commit is contained in:
yukirij 2024-10-14 14:34:57 -07:00
parent 923a47cf69
commit c18f36958f

View File

@ -991,7 +991,7 @@ const SCENES = {
let table = document.createElement("table");
table.setAttribute("id", "content");
table.setAttribute("class", "list challenge");
MAIN.appendChild(table);
UI.maincontent(table);
SCENE.refresh();
@ -1077,7 +1077,7 @@ const SCENES = {
let table = document.createElement("table");
table.setAttribute("id", "content");
table.setAttribute("class", "list challenge");
MAIN.appendChild(table);
UI.maincontent(table);
SCENE.refresh();