fix(web): clip scrollbar overflow in modals (#12526)

This commit is contained in:
Ben
2024-09-09 23:37:53 -04:00
committed by GitHub
parent 0dd38c6ec1
commit 009a1402e6
2 changed files with 18 additions and 14 deletions

View File

@@ -21,7 +21,7 @@
export let icon: string | undefined = undefined;
</script>
<div class="flex place-items-center justify-between px-5 py-3">
<div class="flex place-items-center justify-between px-5 pb-3">
<div class="flex gap-2 place-items-center">
{#if showLogo}
<ImmichLogo noText={true} width={32} />