fix layout

This commit is contained in:
2023-05-25 10:50:40 +02:00
parent 84376263c8
commit 6b7debc811
5 changed files with 80 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ const setRoot = async (closeModal: () => Promise<Boolean>) => {
}
</script>
<template>
<div class="flex h-full flex-col">
<div class="flex flex-grow flex-col">
<NoteToolbar :note="props.note" @delete="del" @set-root="setRoot">
<template #title>
<i