thingsboard-aplcache

Merge pull request #1113 from Terny22/bug/action-buttons-layout UI:Fix.

10/4/2018 8:52:43 AM

Details

diff --git a/ui/src/app/dashboard/dashboard.scss b/ui/src/app/dashboard/dashboard.scss
index 8ba4401..715c4da 100644
--- a/ui/src/app/dashboard/dashboard.scss
+++ b/ui/src/app/dashboard/dashboard.scss
@@ -133,7 +133,7 @@ section.tb-powered-by-footer {
   position: absolute;
   right: 25px;
   bottom: 5px;
-  z-index: 3;
+  z-index: 30;
   pointer-events: none;
 
   span {
diff --git a/ui/src/app/dashboard/dashboard.tpl.html b/ui/src/app/dashboard/dashboard.tpl.html
index 829f174..79653a4 100644
--- a/ui/src/app/dashboard/dashboard.tpl.html
+++ b/ui/src/app/dashboard/dashboard.tpl.html
@@ -146,7 +146,7 @@
                         ng-style="{minWidth: vm.rightLayoutWidth(),
                                    maxWidth: vm.rightLayoutWidth(),
                                    height: vm.rightLayoutHeight(),
-                                   zIndex: 12}"
+                                   zIndex: 25}"
                         md-component-id="right-dashboard-layout"
                         aria-label="Right dashboard layout"
                         md-is-open="vm.rightLayoutOpened"
diff --git a/ui/src/scss/main.scss b/ui/src/scss/main.scss
index f35ea9d..c1a437a 100644
--- a/ui/src/scss/main.scss
+++ b/ui/src/scss/main.scss
@@ -663,7 +663,7 @@ section.tb-footer-buttons {
   position: fixed;
   right: 20px;
   bottom: 20px;
-  z-index: 13;
+  z-index: 30;
   pointer-events: none;
 }