diff options
Diffstat (limited to 'frontends/php/js/common.js')
-rw-r--r-- | frontends/php/js/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/js/common.js b/frontends/php/js/common.js index 22580d4d..a8c8175b 100644 --- a/frontends/php/js/common.js +++ b/frontends/php/js/common.js @@ -84,7 +84,7 @@ function SDI(msg){ doc_body.appendChild(div_help); div_help.setAttribute('id','div_help'); - div_help.setAttribute('style','position: absolute; left: 10px; top: 10px; border: 1px red solid; width: 800px; height: 400px; background-color: white; overflow: auto;'); + div_help.setAttribute('style','position: absolute; left: 10px; top: 10px; border: 1px red solid; width: 800px; height: 400px; background-color: white; overflow: auto; z-index: 20;'); } div_help.appendChild(document.createTextNode("DEBUG INFO: ")); |