Skip to content

Commit 6e26d50

Browse files
committed
fix tiles height
1 parent 96a94c4 commit 6e26d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/faucet/FaucetsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
role="group"
99
aria-roledescription="slide"
1010
>
11-
<div ref="cards" class="translate-x-12 opacity-0" @click.prevent="openFaucet(faucet)">
11+
<div ref="cards" class="translate-x-12 opacity-0 h-full" @click.prevent="openFaucet(faucet)">
1212
<FaucetCard
1313
:data-ref="motions[idx].value.id"
1414
:motion="motions[idx]"

0 commit comments

Comments
 (0)