Skip to content

Commit

Permalink
fix: Remove z-index for the Non-genart icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechao2022 committed Jun 27, 2024
1 parent ca14112 commit 22e6f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/base/MediaItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
<div
v-if="hasNormalTag"
class="bg-k-shade border-k-grey text-text-color flex items-center justify-center border rounded-md absolute right-3 top-3 image is-24x24 z-[99]">
class="bg-k-shade border-k-grey text-text-color flex items-center justify-center border rounded-md absolute right-3 top-3 image is-24x24">
<NeoIcon icon="image" pack="far" class="text-sm font-medium" />
</div>
<NeoButton
Expand Down

0 comments on commit 22e6f64

Please sign in to comment.