mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 22:27:06 +00:00
fix(customization): restore broken popovers
This commit is contained in:
parent
108214a217
commit
39ccddfb1c
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue