mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 18:46:19 +08:00
fix(editor): update at menu max height (#11174)
This commit is contained in:
@@ -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})`,
|
||||
|
||||
Reference in New Issue
Block a user