-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selecto Drag effect not in pointer position #135
Comments
Could you try setting the rootContainer to no scaled container? <div class="container" style={{
transform: "scale(1.5)"
}}>
<Selecto
rootCotnainer={document.body}
/>
</div> |
Its still same, here's my code:
demo video: web-edit-google-chrome-2023-06-06-13-28-54_uBumEH4S.mp4 |
Could you try using |
If it doesn't work, is there any codesandbox I can test? |
this is work, now the selecto effect back to normal |
I also encountered the same problem, but using transform: scale (value) install of the scale property? Failed to solve the problem |
So did you use Transform should not be used outside of the rootContainer. |
Environments
Description
selecto drag effect is far from pointer when the selecto container is scaled?
The text was updated successfully, but these errors were encountered: