Skip to content

Commit

Permalink
πŸ› Fix mobile banner z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt authored and williamchong committed Feb 17, 2025
1 parent a5fe5a9 commit e4d1fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/nft/class/_classId/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
v-if="nftShouldShowEventBanner"
:class="[
'phone:relative fixed',
'z-[100]',
'sm:z-[60]',
'sm:left-[30px]',
'sm:bottom-[30px]',
Expand Down Expand Up @@ -56,7 +56,7 @@
/>
<source :srcset="nftEventBanner?.imgSrcForMobile" />
<img
src="~/assets/images/misc/bottleshiu/20250215-bookclub-mobile.png"
:src="nftEventBanner?.imgSrcForMobile"
:alt="nftEventBanner?.imgAlt"
/>
</picture>
Expand Down

0 comments on commit e4d1fc2

Please sign in to comment.