Revert setting modal non-scrolling

This commit is contained in:
Gregor Kleen 2018-11-20 19:28:28 +01:00
parent f58327eeb1
commit bb672c7085

View File

@ -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");