From b7e9deb0875829487f708482d37c8e17eb6ca479 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 14 Jun 2025 11:42:41 -0400 Subject: [PATCH] Fix visual bug with Albums --- src/lib/components/Album.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/Album.svelte b/src/lib/components/Album.svelte index dce15b3..e406c98 100644 --- a/src/lib/components/Album.svelte +++ b/src/lib/components/Album.svelte @@ -177,7 +177,6 @@ .artwork-container { position: relative; width: 100%; - overflow: hidden; } img {