From 4bd515275de86ab01399252c28816c0890afbe90 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 12 Dec 2016 16:13:23 +0530 Subject: [PATCH] changed the zIndex of modestyTransparency canvas because this was the same as used for annotation. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 3c3e811..d2e93f5 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -4287,7 +4287,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo canvasModesty.style.top = Y + 'px'; //canvasModesty.style.backgroundColor = "transparent"; canvasModesty.style.visibility = 'visible'; - canvasModesty.style.zIndex = '10000' + canvasModesty.style.zIndex = '2000' // tempcanvasModestyCanvasModesty.style.border = "black 1px solid"; document.getElementById('canvasDiv').appendChild(canvasModesty); } -- libgit2 0.21.4