Bug: Using scaling(scale:xxx) will cause floating elements to be misaligned
- Dominant language
- TypeScript
- Stars
- 23.9k
- Forks
- 2.2k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 55
Description
Lexical version:0.18.0
## Steps To Reproduce
1. open `https://playground.lexical.dev/`
2. set `scale:xxx` in any editor parent element


Link to code example:
## The current behavior
- Scaling will affect floating elements
## The expected behavior
- Floating elements should be displayed in their normal positions
## Impact of fix
- css `position-anchor` can positioning be easily implemented. Can support be enabled for higher version browsers?
- https://caniuse.com/?search=position-anchor
Contributor guide
Assessment
This issue has not been assessed yet.