From c2a482bba126ffd0d9cfe8aa71ec6076cc9904d2 Mon Sep 17 00:00:00 2001 From: ostertun Date: Fri, 2 Oct 2020 17:19:59 +0200 Subject: [PATCH] Fix RA-#10 background color of mobileConsole --- client/scripts/mobileconsole.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/scripts/mobileconsole.js b/client/scripts/mobileconsole.js index d6532e2..f5d21fc 100644 --- a/client/scripts/mobileconsole.js +++ b/client/scripts/mobileconsole.js @@ -335,7 +335,7 @@ var mobileConsole = (function () { var elements = { lines: [], acItems: [], - base: createElem('div', 'base', { + base: createElem('div', 'base page-bg', { boxSizing: 'border-box', position: 'fixed', resize: 'none',