diff --git a/src/components/viewPost/vp-btn-reply.vue b/src/components/viewPost/vp-btn-reply.vue index 6b0722ad..2890b590 100644 --- a/src/components/viewPost/vp-btn-reply.vue +++ b/src/components/viewPost/vp-btn-reply.vue @@ -244,6 +244,7 @@ async function handleDebug(): Promise { position: relative; display: flex; width: 300px; + max-height: calc(100vh - 24px); box-sizing: border-box; flex-direction: column; align-items: center;