Skip to content

Commit

Permalink
Merge pull request #413 from alleycharming/main
Browse files Browse the repository at this point in the history
fix(projects): text level low. #409
  • Loading branch information
honghuangdc authored Apr 26, 2024
2 parents a8dbc03 + 3ddb17a commit 145300e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/common/menu-toggler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ const icon = computed(() => {
</script>

<template>
<ButtonIcon :tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')" tooltip-placement="bottom-start">
<ButtonIcon
:tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
tooltip-placement="bottom-start"
:z-index="99"
>
<SvgIcon :icon="icon" />
</ButtonIcon>
</template>
Expand Down

0 comments on commit 145300e

Please sign in to comment.