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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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} />