Browse Source

Fix zindex

David Catuhe 5 years ago
parent
commit
28bb02bb21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      inspector/src/components/actionTabs/actionTabs.scss

+ 1 - 1
inspector/src/components/actionTabs/actionTabs.scss

@@ -231,10 +231,10 @@ $line-padding-left: 2px;
                         right: 0px;
                         right: 0px;
                         bottom: 0px;
                         bottom: 0px;
                         left: 0px;
                         left: 0px;
+                        z-index: 100;
                     }
                     }
 
 
                     .color-picker-float {
                     .color-picker-float {
-                        z-index: 2;
                         position: absolute;  
                         position: absolute;  
                     }                
                     }                
                 }
                 }