Explorar o código

Fix inspector css

David Catuhe %!s(int64=4) %!d(string=hai) anos
pai
achega
6a539da717

+ 1 - 0
Playground/src/scss/examples.scss

@@ -10,6 +10,7 @@
     opacity: 0;
     transition: all 0.2s ease;
     height: calc(100% - 90px);
+    z-index: 10;
 
     &.visible {
         transform: translateX(0);

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

@@ -5,6 +5,7 @@ $line-padding-left: 2px;
     right: 0px;
     top:0px;
     bottom: 0px;
+    transform: scale(1);
 }
 
 #__resizable_base__ {

+ 2 - 0
inspector/src/components/embedHost/embedHost.scss

@@ -3,6 +3,8 @@
     right: 0px;
     top:0px;
     bottom: 0px;
+    transform: scale(1);
+    z-index: 10;
 }
 
 #__resizable_base__ {

+ 1 - 0
inspector/src/components/sceneExplorer/sceneExplorer.scss

@@ -3,6 +3,7 @@
     left: 0px;
     top:0px;
     bottom: 0px;
+    transform: scale(1);
 
     &:focus {
         outline: none;