diff options
author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-17 10:31:32 +0000 |
---|---|---|
committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-17 10:31:32 +0000 |
commit | cd6be85dfcfccb202f2d2a9ca9db062725e45d5c (patch) | |
tree | 8cff91acb5f13d9e0c9d419a5d459cdc24994f53 /frontends/php/js/common.js | |
parent | 9fd54f156ece1cf8cec230705fa14d6d75db8efb (diff) | |
download | zabbix-cd6be85dfcfccb202f2d2a9ca9db062725e45d5c.tar.gz zabbix-cd6be85dfcfccb202f2d2a9ca9db062725e45d5c.tar.xz zabbix-cd6be85dfcfccb202f2d2a9ca9db062725e45d5c.zip |
- [DEV-137] fixes in graph zoom (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5631 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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: ")); |