mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-14 12:34:46 +00:00
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"
|
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)"
|
||||||
|
|
Loading…
Reference in a new issue