1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

Fixed scrolling overflow

This commit is contained in:
Alex Tran 2023-01-10 11:26:37 -06:00
parent 2ffb7cab2e
commit 221e03488e
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A

View File

@ -58,7 +58,7 @@
</span> </span>
</svelte:fragment> </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} {#if selectedUsers.length > 0}
<div class="flex gap-4 py-2 px-5 overflow-x-auto place-items-center mb-2"> <div class="flex gap-4 py-2 px-5 overflow-x-auto place-items-center mb-2">
<p class="font-medium">To</p> <p class="font-medium">To</p>