ソースを参照

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}