Added extra regex moving on to fix scroller without those new images

This commit is contained in:
benmcmahon100
2015-08-01 20:22:02 +01:00
parent aef867cc69
commit f60bfd5da1
3 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@ block content
i.fa.fa-bug
|   Bug
.button-spacer
.editorScrollDiv(style = "overflow-y: scroll; overflow-x: hidden;")
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
form.code
.codeMirrorView
textarea#codeOutput(style='display: none;')

View File

@ -65,7 +65,7 @@ block content
var challengeType = !{JSON.stringify(challengeType)};
var started = Math.floor(Date.now());
.col-xs-12.col-sm-12.col-md-5.col-lg-6
.editorScrollDiv(style = "overflow-y: scroll; overflow-x: hidden;")
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
#mainEditorPanel
form.code
.codeMirrorView

View File

@ -66,7 +66,7 @@ block content
var _ = R;
var dashed = !{JSON.stringify(dashedName)};
.col-xs-12.col-sm-12.col-md-8
.editorScrollDiv(style = "overflow-y: scroll; overflow-x: hidden;")
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
#mainEditorPanel
form.code
.codeMirrorView