chore: Fix position issue and lock scroll

This commit is contained in:
iamsivin
2025-05-02 21:21:23 +05:30
parent cc44e7ab88
commit 76dbc7540f
3 changed files with 59 additions and 15 deletions
@@ -40,7 +40,7 @@ const menuItems = computed(() => {
v-for="item in menuItems"
:key="item.value"
class="!items-start !gap-1 flex-col cursor-pointer"
@click="() => emit('openForward')"
@click="event => emit('openForward', event)"
>
<template #label>
<div class="items-start flex gap-1 flex-col">