Skip to content

Commit ad9c382

Browse files
committed
Fix: rotate transform origin
1 parent 7cd5fb0 commit ad9c382

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ rect.workspace-selection {
1818
fill: white;
1919
fill-opacity: 0.5;
2020
}
21+
22+
.stk-core svg * {
23+
transform-box: fill-box;
24+
}

0 commit comments

Comments
 (0)