Skip to content

Commit

Permalink
fix(web): neon overflow on mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Jan 26, 2025
1 parent 05a446c commit 5a4461c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/src/lib/components/layouts/AuthPageLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@

<section class="min-w-screen flex min-h-dvh items-center justify-center relative">
<div class="absolute -z-10 w-full h-full flex place-items-center place-content-center">
<img src={immichLogo} class="max-w-screen-md mx-auto h-full mb-2 antialiased -z-10" alt="Immich logo" />
<img
src={immichLogo}
class="max-w-screen-md mx-auto h-full mb-2 antialiased -z-10 overflow-hidden"
alt="Immich logo"
/>
<div
class="w-full h-[99%] absolute left-0 top-0 backdrop-blur-[200px] bg-transparent dark:bg-immich-dark-bg/20"
></div>
Expand Down

0 comments on commit 5a4461c

Please sign in to comment.