forked from AkkomaGang/akkoma-fe
restrict distance at top side only
This commit is contained in:
parent
c009f17651
commit
17295429e5
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue