Skip to content

Commit

Permalink
fix: smooth scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
triyanox committed Jul 26, 2024
1 parent a74e917 commit d29788e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const AppWrapper: React.FC<{ children: React.ReactNode }> = ({ children }) => {
transformOrigin: 'top left',
width: `${100 / scale}%`,
height: `${100 / scale}%`,
transition: 'transform 0.2s ease-in-out',
}}
>
{children}
Expand Down

0 comments on commit d29788e

Please sign in to comment.