From 1d87c1f89cf6d0e8704b72cc79906e272e615b8b Mon Sep 17 00:00:00 2001 From: Omar Chehab Date: Thu, 13 Apr 2017 18:37:04 -0400 Subject: [PATCH] Fix: Console resize Removed the resize property from the console. No reason to have it enabled. --- src/Console/Console.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Console/Console.scss b/src/Console/Console.scss index 5c4f23e..d34d11a 100644 --- a/src/Console/Console.scss +++ b/src/Console/Console.scss @@ -93,7 +93,8 @@ width: 100%; height: 100%; user-select: text; + resize: none; } } } -} } \ No newline at end of file +} }