Added extra regex moving on to fix scroller without those new images
This commit is contained in:
@ -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;')
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user