Skip to content

Commit

Permalink
fix leva scale when moved
Browse files Browse the repository at this point in the history
  • Loading branch information
culdo committed Jan 4, 2025
1 parent 7eecd43 commit 3e16687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/panel/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@media only screen and (max-width: 1000px) {
.levaContainer > div {
transform-origin: top right;
transform: scale(0.7);
scale: 0.7;
}
}

0 comments on commit 3e16687

Please sign in to comment.