mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-12-23 14:45:09 +01:00
restrict distance at top side only
This commit is contained in:
parent
c009f17651
commit
17295429e5
@ -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 New Issue
Block a user