Browse Source

Fixed scrolling overflow

Alex Tran 2 years ago
parent
commit
221e03488e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/lib/components/album-page/user-selection-modal.svelte

+ 1 - 1
web/src/lib/components/album-page/user-selection-modal.svelte

@@ -58,7 +58,7 @@
 		</span>
 	</svelte:fragment>
 
-	<div class=" max-h-[400px] overflow-y-auto immich-scrollbar">
+	<div class="max-h-[300px] overflow-y-auto immich-scrollbar">
 		{#if selectedUsers.length > 0}
 			<div class="flex gap-4 py-2 px-5 overflow-x-auto place-items-center mb-2">
 				<p class="font-medium">To</p>