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