use top placement by default

This commit is contained in:
taehoon 2019-07-05 11:38:48 -04:00
parent 72fe385ec4
commit 0f65280e20
1 changed files with 1 additions and 1 deletions

View File

@ -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