adding cursor move and removing overflow

This commit is contained in:
Geriano
2022-07-29 20:53:23 +07:00
parent 15e3431a06
commit 09717c078d
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ onUnmounted(() => window.removeEventListener('keydown', esc))
</template>
<template #body>
<div class="flex flex-col space-y-1 p-2 max-h-96 overflow-auto">
<div class="flex flex-col space-y-1 p-2">
<Nested :menus="menus" :edit="edit" :destroy="destroy" :save="save" />
</div>
</template>