use top placement by default
This commit is contained in:
parent
72fe385ec4
commit
0f65280e20
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue