Fix RA-#10 background color of mobileConsole

This commit is contained in:
ostertun
2020-10-02 17:19:59 +02:00
parent 06266b788d
commit c2a482bba1

View File

@@ -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',