mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-27 05:25:17 +00:00
Popover should be ... on top
This commit is contained in:
parent
3bfdeacb04
commit
5c9c634106
|
@ -57,6 +57,7 @@
|
|||
title="Add to blacklist"
|
||||
target="blacklist-add-btn"
|
||||
triggers="click"
|
||||
container="body"
|
||||
:show="blackListShow"
|
||||
>
|
||||
<form ref="form" @submit.prevent>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user