From bb672c7085e147590fd9dadbd8d1c3b0a4cb9a02 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 20 Nov 2018 19:28:28 +0100 Subject: [PATCH] Revert setting modal non-scrolling --- templates/standalone/modal.julius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/standalone/modal.julius b/templates/standalone/modal.julius index 00486e6a8..38c71f906 100644 --- a/templates/standalone/modal.julius +++ b/templates/standalone/modal.julius @@ -92,7 +92,7 @@ frame.style.height = height.toPrecision() + "px"; frame.style.visibility = 'visible'; - frame.setAttribute("scrolling", "no"); + // frame.setAttribute("scrolling", "no"); doc.querySelectorAll("form").forEach(function(form) { form.setAttribute("target", "_top");