Commit 4bd515275de86ab01399252c28816c0890afbe90

Authored by Nikita Kulshreshtha
1 parent 14c7b410

changed the zIndex of modestyTransparency canvas because this was the same as used for annotation.

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -4287,7 +4287,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
4287 4287 canvasModesty.style.top = Y + 'px';
4288 4288 //canvasModesty.style.backgroundColor = "transparent";
4289 4289 canvasModesty.style.visibility = 'visible';
4290   - canvasModesty.style.zIndex = '10000'
  4290 + canvasModesty.style.zIndex = '2000'
4291 4291 // tempcanvasModestyCanvasModesty.style.border = "black 1px solid";
4292 4292 document.getElementById('canvasDiv').appendChild(canvasModesty);
4293 4293 }
... ...