Bladeren bron

fix property window style

Nikolay Suslov 6 jaren geleden
bovenliggende
commit
bbb4f81d11
2 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 1 0
      public/vwf/view/editor-new.js
  2. 2 2
      public/vwf/view/lib/editorLive.css

+ 1 - 0
public/vwf/view/editor-new.js

@@ -3734,6 +3734,7 @@ define([
             $cell: true,
             $type: "div",
             id: elementID,
+            style: 'position: absolute;',
             class: 'draggable',
             $init: function () {
                 // let draggie = new Draggabilly('.draggable', {

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

@@ -13,8 +13,8 @@
 }
 
 .draggable {
-  top: 200px;
-  left: 400px;
+  top: 100px;
+  left: 480px;
   z-index: 4;
   background-color: rgba(230, 230, 230, 0.95);
   opacity: 0.95;