mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): clip scrollbar overflow in modals (#12526)
This commit is contained in:
parent
0dd38c6ec1
commit
009a1402e6
2 changed files with 18 additions and 14 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue