Index: include.postload.js |
=================================================================== |
--- a/include.postload.js |
+++ b/include.postload.js |
@@ -295,7 +295,7 @@ |
overlay.style.zIndex = zIndex; |
// elt.parentNode.appendChild(overlay, elt); |
- document.body.appendChild(overlay); |
+ document.documentElement.appendChild(overlay); |
return overlay; |
} |
@@ -332,7 +332,7 @@ |
clickHideFiltersDialog.style.setProperty("opacity", "1.0"); |
}; |
- document.body.appendChild(clickHideFiltersDialog); |
+ document.documentElement.appendChild(clickHideFiltersDialog); |
} |
// Turn on the choose element to create filter thing |
@@ -375,7 +375,7 @@ |
{ |
if (clickHideFiltersDialog) |
{ |
- document.body.removeChild(clickHideFiltersDialog); |
+ document.documentElement.removeChild(clickHideFiltersDialog); |
clickHideFiltersDialog = null; |
} |