Skip to content

Commit

Permalink
fix #29 zoom origin is not centered (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehassaan authored Dec 4, 2024
1 parent bc80b70 commit b82c3f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/VueZoomable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ onMounted(() => {
overflow: hidden;
position: relative;
user-select: none;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.1s ease-out;
}
Expand Down

0 comments on commit b82c3f6

Please sign in to comment.