thingsboard-aplcache

Details

diff --git a/ui/src/app/dashboard/dashboard.scss b/ui/src/app/dashboard/dashboard.scss
index 224dcf7..8299ccd 100644
--- a/ui/src/app/dashboard/dashboard.scss
+++ b/ui/src/app/dashboard/dashboard.scss
@@ -122,7 +122,7 @@ section.tb-powered-by-footer {
   position: absolute;
   right: 25px;
   bottom: 5px;
-  z-index: 3;
+  z-index: 30;
   pointer-events: none;
   span {
     font-size: 12px;
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 2852a7b..aeab9f6 100644
--- a/ui/src/scss/main.scss
+++ b/ui/src/scss/main.scss
@@ -617,7 +617,7 @@ section.tb-footer-buttons {
   position: fixed;
   right: 20px;
   bottom: 20px;
-  z-index: 13;
+  z-index: 30;
   pointer-events: none;
 }