Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
fix: long grid issue (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo authored Oct 30, 2024
1 parent 5629cf3 commit 3a6aec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/ProfileView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ watch(
<GridView
:class="{
'visible relative z-10 opacity-100': activeTab === 'grid',
'invisible absolute z-0 opacity-0': activeTab !== 'grid',
'invisible absolute z-0 h-0 overflow-hidden opacity-0':
activeTab !== 'grid',
}"
/>
<ProfileAssets
Expand Down

0 comments on commit 3a6aec9

Please sign in to comment.