improve scrolling / layout

This commit is contained in:
2023-05-17 07:24:26 +02:00
parent e11438c952
commit 0c4c7782e0
9 changed files with 17 additions and 18 deletions

View File

@@ -39,10 +39,10 @@ const emit = defineEmits<{
Are you sure you want to set this note as root note?
</template>
<template #actions="{ close }">
<button class="btn-sm btn" @click="close">Close</button>
<button class="btn-primary btn-sm btn mr-1" @click="emit('setRoot', close)">
Set current note as root
</button>
<button class="btn-sm btn" @click="close">Close</button>
</template>
</Modal>
</div>