mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 00:20:47 +09:00
fix(web): clip scrollbar overflow in modals (#12526)
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user