Parcourir la source

fix prop window

Nikolay Suslov il y a 6 ans
Parent
commit
b0ea023eb4
1 fichiers modifiés avec 8 ajouts et 2 suppressions
  1. 8 2
      public/vwf/view/lib/editorLive.css

+ 8 - 2
public/vwf/view/lib/editorLive.css

@@ -7,11 +7,17 @@
   height: 625px
 }
 
+#propEditorWindow {
+  height: 560px;
+  width: 680px;
+}
+
 .draggable {
   top: 200px;
   left: 400px;
-    z-index: 4;
-    background-color: rgba(230, 230, 230, 0.95);
+  z-index: 4;
+  background-color: rgba(230, 230, 230, 0.95);
+  opacity: 0.95;
   }
   
   .draggable.is-pointer-down {