diff --git a/ui/editor.js b/ui/editor.js
index bdb7f9b7..20998c3c 100755
--- a/ui/editor.js
+++ b/ui/editor.js
@@ -21,7 +21,6 @@ var toggleEditor = createCSSClassToggler(
$('.viewer')
.append(makeEditorControls('.current.image')
//.draggable('option', 'snap', '.viewer')
- .addClass('noScroll')
.css({
// prevent the editor from moving under
// the title bar, that will prevent us from
diff --git a/ui/lib/editor.js b/ui/lib/editor.js
index 42cf6b63..07a2bf36 100755
--- a/ui/lib/editor.js
+++ b/ui/lib/editor.js
@@ -246,19 +246,22 @@ function makeLogRange(text, filter, target){
}
-function makePanel(title, open){
+function makePanel(title, open, editable_title){
title = title == null ? ' ' : title
// tool panel...
var panel = $('