forked from AkkomaGang/akkoma-fe
fix popper go behind the top bar
This commit is contained in:
parent
85c897403a
commit
39e92e76b9
1 changed files with 5 additions and 0 deletions
|
@ -182,6 +182,11 @@
|
|||
trigger="hover"
|
||||
:offset="5"
|
||||
:container="false"
|
||||
:popperOptions="{
|
||||
modifiers: {
|
||||
preventOverflow: { padding: 50, boundariesElement: 'viewport' },
|
||||
}
|
||||
}"
|
||||
@show="replyEnter(status.in_reply_to_status_id)"
|
||||
>
|
||||
<div slot="popover">
|
||||
|
|
Loading…
Reference in a new issue