From cd6be85dfcfccb202f2d2a9ca9db062725e45d5c Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 17 Apr 2008 10:31:32 +0000 Subject: - [DEV-137] fixes in graph zoom (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5631 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/js/common.js') 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: ")); -- cgit