Open
Description
Describe the bug
Gutter tooltip position (which is currently calculated for fixed positioning container), is not working when the editor is in a container div. The new container queries and container-type: size or container-type: inline-size for parent breaks the fixed positioning.
Expected Behavior
Gutter tooltip position being calculated properly, either following mouse or not.
Current Behavior
Gutter tooltip position is not correct ( working as relative positioning) when the parent container has container query.
Reproduction Steps
Assing container query on the parent for the editor.
Possible Solution
Gutter tooltip can be handled like Autocomplete popup content. (append to body). That way it will not be affected by editors parent positioning and container css attribute.
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
1.32.8 / Chrome / Windows