浏览代码

refac: styling

Timothy Jaeryang Baek 5 月之前
父节点
当前提交
4fa2e136bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/notes/Notes.svelte

+ 1 - 1
src/lib/components/notes/Notes.svelte

@@ -276,7 +276,7 @@
 
 <FilesOverlay show={dragged} />
 
-<div id="notes-container" class="w-full min-h-full">
+<div id="notes-container" class="w-full min-h-full h-full">
 	{#if loaded}
 		<DeleteConfirmDialog
 			bind:show={showDeleteConfirm}