fix(projects): fix menu-toggler hidden in mobile layout. fixed #483
This commit is contained in:
parent
8f9a70505c
commit
4470cb4e8c
@ -41,6 +41,7 @@ const icon = computed(() => {
|
||||
|
||||
<template>
|
||||
<ButtonIcon
|
||||
:key="String(collapsed)"
|
||||
:tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
|
||||
tooltip-placement="bottom-start"
|
||||
:z-index="zIndex"
|
||||
|
Loading…
Reference in New Issue
Block a user