Commit 372755cf8025ec99daf7be7cc5c508cc52243723
1 parent
a65b8565
added TransparencyModestyIssue code.
Showing
1 changed file
with
7 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -4242,7 +4242,14 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
4242 | 4242 | $rootScope.switchToTransparencycanvas(); |
4243 | 4243 | } |
4244 | 4244 | } |
4245 | + else | |
4246 | + { | |
4245 | 4247 | |
4248 | + $rootScope.UIWrapperZIndex = 12000; | |
4249 | + | |
4250 | + $(".ui-wrapper").css("z-index", $rootScope.UIWrapperZIndex); | |
4251 | + | |
4252 | + } | |
4246 | 4253 | //hide the speechbubble |
4247 | 4254 | |
4248 | 4255 | ... | ... |