Fix: Console resize

Removed the resize property from the console. No reason to have it enabled.
This commit is contained in:
Omar Chehab
2017-04-13 18:37:04 -04:00
committed by RedHoodSu
parent 6f5873276e
commit 1d87c1f89c

View File

@@ -93,7 +93,8 @@
width: 100%;
height: 100%;
user-select: text;
resize: none;
}
}
}
} }
} }