diff options
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 66082aa4..79b359b7 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -171,7 +171,7 @@ <div class="heading-reply-row"> <div v-if="isReply" class="reply-to-and-accountname"> - <Popper ref="statusPreviewPopper" :options="{ placement: 'bottom-start' }" @show="replyEnter(status.in_reply_to_status_id)"> + <Popper ref="statusPreviewPopper" :options="{ placement: 'top-start' }" @show="replyEnter(status.in_reply_to_status_id)"> <div class="popper-wrapper status-preview"> <div class="popper-wrapper-inner" @mouseover.prevent.stop @focus.prevent.stop> <status |
