fix: mobile menu button
This commit is contained in:
parent
9a00ed3086
commit
cd012676b4
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ const showMenu = ref(false)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="absolute right-0 flex flex-col items-center justify-center w-10 cursor-pointer h-10rounded-full md:hidden"
|
class="absolute flex flex-col items-center justify-center w-10 h-10 rounded-full cursor-pointer right-2 md:hidden"
|
||||||
@click="showMenu = !showMenu"
|
@click="showMenu = !showMenu"
|
||||||
>
|
>
|
||||||
<Ellipsis
|
<Ellipsis
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue