You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The text color picker inside the BubbleMenu repositions to the top-left corner (0,0) after interaction (e.g., selecting a color or slight delay).
To Reproduce
Open builder and select a text block
Select text to show BubbleMenu
Click the color picker
Pick a color or wait briefly
Color picker jumps to top-left
Expected behavior
The color picker should stay anchored to the trigger element.
Video
Screen.Recording.2026-03-31.004319.mp4
Additional context
This seems related to the canvas using transform: scale(...) translate(...), causing a positioning mismatch with the popover (BubbleMenu/ColorPicker).
Describe the bug
The text color picker inside the BubbleMenu repositions to the top-left corner (0,0) after interaction (e.g., selecting a color or slight delay).
To Reproduce
Expected behavior
The color picker should stay anchored to the trigger element.
Video
Screen.Recording.2026-03-31.004319.mp4
Additional context
This seems related to the canvas using
transform: scale(...) translate(...), causing a positioning mismatch with the popover (BubbleMenu/ColorPicker).