We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a94c4 commit 6e26d50Copy full SHA for 6e26d50
src/components/faucet/FaucetsList.vue
@@ -8,7 +8,7 @@
8
role="group"
9
aria-roledescription="slide"
10
>
11
- <div ref="cards" class="translate-x-12 opacity-0" @click.prevent="openFaucet(faucet)">
+ <div ref="cards" class="translate-x-12 opacity-0 h-full" @click.prevent="openFaucet(faucet)">
12
<FaucetCard
13
:data-ref="motions[idx].value.id"
14
:motion="motions[idx]"
0 commit comments