fix(customization): restore broken popovers

This commit is contained in:
Sabe Jones 2024-07-29 16:17:33 -05:00
parent 108214a217
commit 39ccddfb1c

View file

@ -6,7 +6,7 @@
<div
v-for="option in items"
:key="option.key"
:id="option.class"
:id="option.imageName"
class="outer-option-background"
:class="{
premium: Boolean(option.gem),
@ -16,7 +16,7 @@
@click="option.click(option)"
>
<b-popover
:target="option.class"
:target="option.imageName"
triggers="hover focus"
placement="bottom"
:prevent-overflow="false"