can i reset moveable's coordinate?
Environments
- Framework name: vue
- Framework version: 3
- Moveable Component version: 0.29.4
- Testable Address(optional):
Description
I have an iframe in page, but the moveable position goes wrong when the target's postion is "fixed". can i reset moveable's coordinate to iframe's point

@khuntoriia
What will be the markup html structure and css?
Or is the transform hanging on the container or its parent?
@khuntoriia
-
lit-moveable0.6.8 -
moveable0.29.8 -
preact-moveable0.31.8 -
react-compat-moveable0.17.8 -
react-moveable0.32.7 -
svelte-moveable0.21.8 -
vue-moveable2.0.0-beta.15 -
vue3-moveable0.4.8 -
ngx-moveable0.26.8
moveable's new version is released. Try it again.
@khuntoriia
What will be the markup html structure and css?
Or is the transform hanging on the container or its parent?
hello, the html structure is like this:

the iframe which is embedded in a page has some components and the "mask" div cover it, has the same size of the iframe, and moveable is under the "mask". the problem I have is when a component is fixed position, it's position is related to iframe window. but the same position css apply to moveable,it changes to related to browser, so when I want to select the component, the deviation occures.
@khuntoriia
What is the target set in moveable?
iframe element?
Is it an element inside an iframe?
And a moveable must not belong to a container with a transform.
The moveable must not have a higher depth than the target.