We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ae4e28 + 716bf09 commit b4ab444Copy full SHA for b4ab444
1 file changed
runtime/src/overlay/nested.rs
@@ -42,7 +42,7 @@ where
42
where
43
Renderer: renderer::Renderer,
44
{
45
- let translation = position - element.position();
+ let translation = position - Point::ORIGIN;
46
47
let node = element.layout(renderer, bounds, translation);
48
0 commit comments