From 3727f67703218e6d6e25590effdf6f7f5a90d970 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 1 Sep 2017 18:32:49 +0530 Subject: [PATCH] Caret Z-index issue --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 8 ++++---- 400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 3070bb7..53949e3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -274,9 +274,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou $scope.imageWidth = this.width; $scope.imageHeight = this.height; - $('#aaBodyView').css("height", $(window).outerHeight()); - - $('#aaBodyView').css("width", $(window).outerWidth()); + $timeout(function () { $compile(aaViewElement.contents())($scope); @@ -285,7 +283,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou //0.4 added some stylesheets - + $('#aaBodyView').css("height", $(window).outerHeight()); + + $('#aaBodyView').css("width", $(window).outerWidth()); $rootScope.canvasDivHeight = $('.jsPanel-content').height() - $('.main2 .stickey-area').height(); $('.canvasDivClass').css("height", $rootScope.canvasDivHeight); diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css index 51bfce0..ab6a4c9 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css @@ -517,7 +517,7 @@ pointer-events: auto; position: absolute; top: 110px; left: 100px; - z-index: 99999; + z-index: 9; -moz-transition: left 0.5s ease; transition: left 0.5s ease; background: url(../../../../../content/images/icon-sidebar.png) no-repeat 0; -- libgit2 0.21.4