Popover should be ... on top

This commit is contained in:
Matthias 2023-09-26 06:52:50 +02:00
parent 3bfdeacb04
commit 5c9c634106
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
title="Add to blacklist"
target="blacklist-add-btn"
triggers="click"
container="body"
:show="blackListShow"
>
<form ref="form" @submit.prevent>

View File

@ -47,6 +47,7 @@ function handleReloadTrade(item: Trade) {
<i-mdi-gesture-tap />
</b-button>
<b-popover
container="body"
:target="`btn-actions-${id}`"
:title="`Actions for ${trade.pair}`"
triggers="manual"