소스 검색

refac: styling

Timothy Jaeryang Baek 3 달 전
부모
커밋
40b564dedd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/notes/NotePanel.svelte

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

@@ -71,7 +71,7 @@
 				show = false;
 			}}
 		>
-			<div class=" px-3.5 py-2.5 h-screen flex flex-col">
+			<div class=" px-3.5 py-2.5 h-screen max-h-dvh flex flex-col">
 				<slot />
 			</div>
 		</Drawer>