Merge branch 'master' into 'live'
Revert setting modal non-scrolling See merge request !102
This commit is contained in:
commit
7544d2fc34
@ -92,7 +92,7 @@
|
|||||||
|
|
||||||
frame.style.height = height.toPrecision() + "px";
|
frame.style.height = height.toPrecision() + "px";
|
||||||
frame.style.visibility = 'visible';
|
frame.style.visibility = 'visible';
|
||||||
frame.setAttribute("scrolling", "no");
|
// frame.setAttribute("scrolling", "no");
|
||||||
|
|
||||||
doc.querySelectorAll("form").forEach(function(form) {
|
doc.querySelectorAll("form").forEach(function(form) {
|
||||||
form.setAttribute("target", "_top");
|
form.setAttribute("target", "_top");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user