Skip to content

Commit

Permalink
πŸ”€ Merge #2015 into deploy/rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Jan 16, 2025
2 parents 8c548bf + e93bde4 commit d6c1308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NFTBook/ItemCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
>
<p
:class="[
'blick',
'block',
'text-14',
'whitespace-pre-line',
'text-dark-gray',
Expand All @@ -192,7 +192,7 @@
/>
<div
v-if="!isExpanded"
class="absolute bottom-0 w-full h-[80px] bg-gradient-to-b from-transparent to-white"
class="absolute bottom-0 w-full h-[80px] bg-gradient-to-b from-transparent to-white pointer-events-none"
/>
</div>
<div
Expand Down

0 comments on commit d6c1308

Please sign in to comment.