Skip to content

Commit

Permalink
Fix: rotate transform origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Aug 18, 2024
1 parent 7cd5fb0 commit ad9c382
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ rect.workspace-selection {
fill: white;
fill-opacity: 0.5;
}

.stk-core svg * {
transform-box: fill-box;
}

0 comments on commit ad9c382

Please sign in to comment.