jack hace 13 horas
padre
commit
67d71f7337
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/components/element/FrameElement/index.vue

+ 1 - 0
src/views/components/element/FrameElement/index.vue

@@ -85,6 +85,7 @@ const handleSelectElement = (e: MouseEvent | TouchEvent, canMove = true) => {
   width: 100%;
   height: 100%;
   cursor: move;
+  overflow: hidden;
   position: absolute;
 }
 .drag-handler {