diff --git a/packages/frontend/src/components/MkMenu.child.vue b/packages/frontend/src/components/MkMenu.child.vue index 506553b7f1..ab3dbce160 100644 --- a/packages/frontend/src/components/MkMenu.child.vue +++ b/packages/frontend/src/components/MkMenu.child.vue @@ -42,7 +42,7 @@ function setPosition() { let left = props.targetElement.offsetWidth; let top = (parentRect.top - rootRect.top) - 8; - maxHeight.value = window.innerHeight - rootRect.top - SCROLLBAR_THICKNESS; + maxHeight.value = window.innerHeight - SCROLLBAR_THICKNESS * 2; if (rootRect.left + left + myRect.width >= (window.innerWidth - SCROLLBAR_THICKNESS)) { left = -myRect.width;