Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaTheLEGEND authored Feb 5, 2024
1 parent 6e67fd6 commit 51b6173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ function spawnTerminal() {
} else {
// If it is not visible, create the overlay div and iframe
termDiv = document.createElement("div");
termDiv.id = "banned";
termDiv.id = "terminal";
// Set styles for the overlay div to cover the entire page
termDiv.style.position = "fixed";
termDiv.style.top = "0";
Expand Down

0 comments on commit 51b6173

Please sign in to comment.