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

fix popper go behind the top bar

parent e834b9d8
Branches
Tags
No related merge requests found
......@@ -176,7 +176,12 @@
>
<Popper
ref="statusPreviewPopper"
:options="{ placement: 'top-start' }"
:options="{
placement: 'top-start',
modifiers: {
preventOverflow: { padding: 50, boundariesElement: 'viewport' },
}
}"
@show="replyEnter(status.in_reply_to_status_id)"
>
<div class="popper-wrapper status-preview">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment