Skip to content
Snippets Groups Projects
Commit 39e92e76 authored by Tae Hoon's avatar Tae Hoon
Browse files

fix popper go behind the top bar

parent 85c89740
Branches
Tags
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment