fix(editor): update at menu max height (#11174)

This commit is contained in:
Flrande
2025-03-25 09:36:09 +00:00
parent 5c2bd74790
commit 7ea43118fb
@@ -249,7 +249,7 @@ export class LinkedDocPopover extends SignalWatcher(
}
override render() {
const MAX_HEIGHT = 380;
const MAX_HEIGHT = 390;
const style = this._position
? styleMap({
transform: `translate(${this._position.x}, ${this._position.y})`,