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