Add scrollbars to users and requests pages.
This commit is contained in:
parent
923a47cf69
commit
c18f36958f
@ -991,7 +991,7 @@ const SCENES = {
|
|||||||
let table = document.createElement("table");
|
let table = document.createElement("table");
|
||||||
table.setAttribute("id", "content");
|
table.setAttribute("id", "content");
|
||||||
table.setAttribute("class", "list challenge");
|
table.setAttribute("class", "list challenge");
|
||||||
MAIN.appendChild(table);
|
UI.maincontent(table);
|
||||||
|
|
||||||
SCENE.refresh();
|
SCENE.refresh();
|
||||||
|
|
||||||
@ -1077,7 +1077,7 @@ const SCENES = {
|
|||||||
let table = document.createElement("table");
|
let table = document.createElement("table");
|
||||||
table.setAttribute("id", "content");
|
table.setAttribute("id", "content");
|
||||||
table.setAttribute("class", "list challenge");
|
table.setAttribute("class", "list challenge");
|
||||||
MAIN.appendChild(table);
|
UI.maincontent(table);
|
||||||
|
|
||||||
SCENE.refresh();
|
SCENE.refresh();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user