@@ -85,6 +85,7 @@ const handleSelectElement = (e: MouseEvent | TouchEvent, canMove = true) => {
width: 100%;
height: 100%;
cursor: move;
+ overflow: hidden;
}
.drag-handler {
position: absolute;
@@ -121,4 +122,9 @@ const handleSelectElement = (e: MouseEvent | TouchEvent, canMove = true) => {
left: 0;
right: 0;
+.rotate-wrapper {
+ width: 100%;
+ height: 100%;
+}
</style>