restrict distance at top side only

This commit is contained in:
taehoon 2019-07-17 14:37:20 -04:00
parent c009f17651
commit 17295429e5
1 changed files with 1 additions and 1 deletions

View File

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