소스 검색

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}