aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ScriptingBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/ScriptingBox.scss')
-rw-r--r--src/client/views/nodes/ScriptingBox.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/nodes/ScriptingBox.scss b/src/client/views/nodes/ScriptingBox.scss
index 32021e637..f28a2fcef 100644
--- a/src/client/views/nodes/ScriptingBox.scss
+++ b/src/client/views/nodes/ScriptingBox.scss
@@ -25,7 +25,6 @@
height: 100%;
table-layout: fixed;
- overflow-y: hidden;
white-space: nowrap;
.scriptingBox-wrapper {
@@ -35,7 +34,6 @@
display: flex;
flex-direction: row;
justify-content: center;
- overflow-y: hidden;
.scriptingBox-textArea {
flex: 70;
@@ -44,7 +42,6 @@
resize: none;
padding: 7px;
overflow-y: scroll;
- overflow-x: hidden;
body {
font-family: Arial, Helvetica, sans-serif;
@@ -58,6 +55,7 @@
margin-bottom: 60px !important;
overflow-y: scroll;
overflow-x: hidden;
+ overflow: hidden;
}
.rta__textarea {