From 454c478b7888cad50db0a2b92528698f8f0a5678 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 17 Mar 2016 19:26:50 +0100 Subject: [PATCH] Disabled Redactor toolbar scrolling --- com.woltlab.wcf/templates/wysiwyg.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/com.woltlab.wcf/templates/wysiwyg.tpl b/com.woltlab.wcf/templates/wysiwyg.tpl index 41f4d9626c..5991bba5fa 100644 --- a/com.woltlab.wcf/templates/wysiwyg.tpl +++ b/com.woltlab.wcf/templates/wysiwyg.tpl @@ -28,6 +28,7 @@ buttons: buttons, minHeight: 200, plugins: ['WoltLabButton', 'WoltLabColor', 'WoltLabDropdown', 'WoltLabEvent', 'WoltLabLink', 'WoltLabQuote'], + toolbarFixed: false, woltlab: { autosave: autosave } -- 2.20.1