Skip to content

Commit 5c018ac

Browse files
committed
fix: fix zindex issue of button in header
1 parent a170292 commit 5c018ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const likeAction = async () => {
253253
<CopyToClipboardButton
254254
:copied="copiedPkgName"
255255
:copy-text="$t('package.copy_name')"
256-
class="flex flex-col items-start min-w-0"
256+
class="flex flex-col items-start min-w-0 z-60"
257257
@click="copyPkgName()"
258258
>
259259
<h1

0 commit comments

Comments
 (0)