diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/imports/scss/_Stage.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/imports/scss/_Stage.scss b/scss/imports/scss/_Stage.scss index 3a8c0997..6206f27f 100644 --- a/scss/imports/scss/_Stage.scss +++ b/scss/imports/scss/_Stage.scss | |||
@@ -188,9 +188,7 @@ | |||
188 | 188 | ||
189 | #mainContent .CodeMirror-scroll { | 189 | #mainContent .CodeMirror-scroll { |
190 | height: 100%; | 190 | height: 100%; |
191 | overflow: scroll; | 191 | overflow: auto; |
192 | overflow-x: auto; | ||
193 | overflow-y: hidden; | ||
194 | } | 192 | } |
195 | 193 | ||
196 | .montage-editor-frame { | 194 | .montage-editor-frame { |