Skip to content

Commit f982149

Browse files
committed
fix origin block to support rotation
1 parent d0c6664 commit f982149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/css/block.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* --blockBackground: var(--colorBack); */
2525
--blockBorder: 0;
2626

27-
transform-origin: top left;
27+
/* transform-origin: top left; */
2828
transform: rotate(var(--angle)) skew(var(--skew));
2929

3030
}

0 commit comments

Comments
 (0)