restrict distance at top side only

This commit is contained in:
taehoon 2019-07-17 14:37:20 -04:00
parent c009f17651
commit 17295429e5

View file

@ -181,7 +181,7 @@
placement="top-start" placement="top-start"
:popper-options="{ :popper-options="{
modifiers: { modifiers: {
preventOverflow: { padding: 50, boundariesElement: 'viewport' }, preventOverflow: { padding: { top: 50 }, boundariesElement: 'viewport' },
} }
}" }"
@show="replyEnter(status.in_reply_to_status_id)" @show="replyEnter(status.in_reply_to_status_id)"