Parcourir la source

refac: styling

Timothy Jaeryang Baek il y a 3 mois
Parent
commit
40b564dedd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>